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

  /external/clang/lib/AST/
TypeLoc.cpp 292 setQualifierLoc(Builder.getWithLocInContext(Context));
300 setQualifierLoc(Builder.getWithLocInContext(Context));
311 setQualifierLoc(Builder.getWithLocInContext(Context));
357 Builder.getWithLocInContext(Context),
NestedNameSpecifier.cpp 618 NestedNameSpecifierLocBuilder::getWithLocInContext(ASTContext &Context) const {
629 // Doing so would optimize repeated calls to getWithLocInContext().
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 442 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
  /external/clang/lib/Sema/
SemaTemplate.cpp 428 SS.getWithLocInContext(Context),
444 SS.getWithLocInContext(Context),
517 Arg.getScopeSpec().getWithLocInContext(
    [all...]
DeclSpec.cpp 138 CXXScopeSpec::getWithLocInContext(ASTContext &Context) const {
142 return Builder.getWithLocInContext(Context);
    [all...]
SemaExprMember.cpp 464 SS.getWithLocInContext(Context),
813 MemberExpr::Create(C, Base, isArrow, SS.getWithLocInContext(C),
    [all...]
SemaCXXScopeSpec.cpp 784 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context));
    [all...]
SemaDeclCXX.cpp     [all...]