HomeSort by relevance Sort by last modified time
    Searched refs:setBegin (Results 1 - 18 of 18) sorted by null

  /external/clang/include/clang/Basic/
SourceLocation.h 203 void setBegin(SourceLocation b) { B = b; }
257 void setBegin(SourceLocation b) { Range.setBegin(b); }
  /external/clang/lib/Lex/
PPExpressions.cpp 47 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); }
49 Range.setBegin(B); Range.setEnd(E);
51 void setBegin(SourceLocation L) { Range.setBegin(L); }
85 Result.setBegin(beginLoc);
364 Result.setBegin(Start);
371 Result.setBegin(Loc);
391 Result.setBegin(Start);
403 Result.setBegin(Start);
  /external/clang/include/clang/Sema/
TypoCorrection.h 204 CorrectionRange.setBegin(SS->getBeginLoc());
DeclSpec.h 74 void setBeginLoc(SourceLocation Loc) { Range.setBegin(Loc); }
206 Range.setBegin(R.getBegin());
603 void SetRangeStart(SourceLocation Loc) { Range.setBegin(Loc); }
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 61 Range.setBegin(TL.getBeginLoc());
74 Range.setBegin(IdentifierLoc);
87 Range.setBegin(NamespaceLoc);
100 Range.setBegin(AliasLoc);
122 Range.setBegin(SuperLoc);
    [all...]
SemaCXXScopeSpec.cpp     [all...]
SemaTemplateVariadic.cpp 442 R.setBegin(Arg.getScopeSpec().getBeginLoc());
    [all...]
SemaExprMember.cpp 204 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin());
    [all...]
SemaInit.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 389 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin()));
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
ParseExprCXX.cpp 59 Range.setBegin(DigraphToken.getLocation());
791 Intro.Range.setBegin(T.getOpenLocation());
    [all...]
ParseObjc.cpp 394 AtEnd.setBegin(AtLoc);
504 AtEnd.setBegin(Tok.getLocation());
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 369 milliseconds