Searched refs:getWithLocInContext (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp513 setQualifierLoc(Builder.getWithLocInContext(Context));
521 setQualifierLoc(Builder.getWithLocInContext(Context));
532 setQualifierLoc(Builder.getWithLocInContext(Context));
581 Builder.getWithLocInContext(Context), Loc,
H A DNestedNameSpecifier.cpp700 NestedNameSpecifierLocBuilder::getWithLocInContext(ASTContext &Context) const { function in class:NestedNameSpecifierLocBuilder
711 // Doing so would optimize repeated calls to getWithLocInContext().
H A DASTImporter.cpp8532 return Builder.getWithLocInContext(getToContext());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h485 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp515 SS.getWithLocInContext(Context), TemplateKWLoc, FirstQualifierInScope,
892 SS.getWithLocInContext(S.Context),
903 SS ? SS->getWithLocInContext(Context) : NestedNameSpecifierLoc();
1079 SS.getWithLocInContext(Context),
H A DSemaTemplate.cpp752 /*Op*/ SourceLocation(), SS.getWithLocInContext(Context), TemplateKWLoc,
765 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context);
936 Arg.getScopeSpec().getWithLocInContext(
1129 SS.isSet() ? SS.getWithLocInContext(Context) : NestedNameSpecifierLoc(),
1566 T->setQualifierInfo(SS.getWithLocInContext(S.Context));
3771 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context));
3804 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context));
3845 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context));
3902 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context));
4519 SS.isSet() ? SS.getWithLocInContext(Contex
[all...]
H A DDeclSpec.cpp142 CXXScopeSpec::getWithLocInContext(ASTContext &Context) const { function in class:CXXScopeSpec
146 return Builder.getWithLocInContext(Context);
H A DSemaCXXScopeSpec.cpp922 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context));
H A DSemaDeclCXX.cpp4159 SS.getWithLocInContext(Context),
4170 TL.setQualifierLoc(SS.getWithLocInContext(Context));
4233 TL.setQualifierLoc(SS.getWithLocInContext(Context));
11097 SS.getWithLocInContext(Context),
11670 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context);
11766 QualifierLoc = Builder.getWithLocInContext(Context);
12387 Alias, SS.getWithLocInContext(Context),
15846 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context);
15889 TL.setQualifierLoc(SS.getWithLocInContext(Context));
H A DSemaType.cpp3014 D.getDeclSpec().getTypeSpecScope().getWithLocInContext(S.Context),
5684 TL.setQualifierLoc(SS.getWithLocInContext(Context));
5714 DS.getTypeSpecScope().getWithLocInContext(Context));
5805 NestedNameSpecifierLoc NNSLoc = SS.getWithLocInContext(Context);
H A DSemaDecl.cpp270 DepTL.setQualifierLoc(SS.getWithLocInContext(Context));
323 NestedNameSpecifierLoc QualifierLoc = SS->getWithLocInContext(Context);
514 ElabTL.setQualifierLoc(SS->getWithLocInContext(Context));
594 NestedNameSpecifierLoc QualifierLoc = NNSLocBuilder.getWithLocInContext(Context);
845 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context));
6100 DD->setQualifierInfo(SS.getWithLocInContext(S.Context));
15643 New->setQualifierInfo(SS.getWithLocInContext(Context));
H A DSemaExprCXX.cpp352 SS.getWithLocInContext(Context),
7244 SS.getWithLocInContext(Context),
8348 SS.getWithLocInContext(Context), *TypeName,
H A DSemaOpenMP.cpp13432 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId,
14276 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId,
14296 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId,
14316 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId,
15767 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId,
16154 MapperIdScopeSpec.getWithLocInContext(Context),
17007 MapperIdScopeSpec.getWithLocInContext(Context), MapperId);
17024 MapperIdScopeSpec.getWithLocInContext(Context), MapperId);
H A DSemaTemplateDeduction.cpp2499 return TemplateArgumentLoc(Arg, Builder.getWithLocInContext(Context),
2502 return TemplateArgumentLoc(Arg, Builder.getWithLocInContext(Context),
H A DTreeTransform.h3863 return SS.getWithLocInContext(SemaRef.Context);
6241 NewTL.setQualifierLoc(SS.getWithLocInContext(SemaRef.Context));
8943 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context),
8989 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo,
9034 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo,
9195 MapperIdScopeSpec.getWithLocInContext(TT.getSema().Context),
H A DSemaStmt.cpp4266 SS.getWithLocInContext(Context),
H A DSemaExpr.cpp1880 SS ? SS->getWithLocInContext(Context) : NestedNameSpecifierLoc();
2269 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo,
2580 QTL.setQualifierLoc(SS.getWithLocInContext(Context));
3060 SS.getWithLocInContext(Context),
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h175 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8807 return Builder.getWithLocInContext(Context);

Completed in 499 milliseconds