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

  /external/clang/include/clang/Basic/
SourceLocation.h 204 void setBegin(SourceLocation b) { B = b; }
258 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);
358 Result.setBegin(Start);
365 Result.setBegin(Loc);
385 Result.setBegin(Start);
397 Result.setBegin(Start);
  /external/clang/include/clang/Sema/
TypoCorrection.h 204 CorrectionRange.setBegin(SS->getBeginLoc());
DeclSpec.h 70 void setBeginLoc(SourceLocation Loc) { Range.setBegin(Loc); }
202 Range.setBegin(R.getBegin());
593 void SetRangeStart(SourceLocation Loc) { Range.setBegin(Loc); }
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 51 Range.setBegin(TL.getBeginLoc());
64 Range.setBegin(IdentifierLoc);
77 Range.setBegin(NamespaceLoc);
90 Range.setBegin(AliasLoc);
112 Range.setBegin(SuperLoc);
    [all...]
SemaCXXScopeSpec.cpp     [all...]
SemaTemplateVariadic.cpp 442 R.setBegin(Arg.getScopeSpec().getBeginLoc());
    [all...]
SemaExprMember.cpp 201 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin());
    [all...]
SemaInit.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 379 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...]
ParseDeclCXX.cpp     [all...]
ParseObjc.cpp 704 AtEnd.setBegin(AtLoc);
819 AtEnd.setBegin(Tok.getLocation());
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
struts2-core-2.2.1.jar 
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 

Completed in 563 milliseconds