HomeSort by: relevance | last modified time | path
    Searched defs:setPosition (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h 856 void setPosition(ArrayRef<unsigned> NewPosition) {
DeclTemplate.h 1162 void setPosition(unsigned P) { Position = P; }
1450 using TemplateParmPosition::setPosition;
1657 using TemplateParmPosition::setPosition;
FormatString.h 40 void setPosition(const char *position) {
531 HasThousandsGrouping.setPosition(position);
534 IsLeftJustified.setPosition(position);
537 HasPlusPrefix.setPosition(position);
540 HasSpacePrefix.setPosition(position);
543 HasAlternativeForm.setPosition(position);
546 HasLeadingZeroes.setPosition(position);
549 HasObjCTechnicalTerm.setPosition(position);
551 void setIsPrivate(const char *position) { IsPrivate.setPosition(position); }
552 void setIsPublic(const char *position) { IsPublic.setPosition(position);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CommandLine.h 335 void setPosition(unsigned pos) { Position = pos; }
1434 this->setPosition(pos);
1649 setPosition(pos);
1804 setPosition(pos);

Completed in 23 milliseconds