| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 554 setQualifierLoc(Builder.getWithLocInContext(Context)); in initializeLocal() 562 setQualifierLoc(Builder.getWithLocInContext(Context)); in initializeLocal() 573 setQualifierLoc(Builder.getWithLocInContext(Context)); in initializeLocal() 620 Context, Builder.getWithLocInContext(Context), Loc, in initializeArgLocs()
|
| H A D | NestedNameSpecifier.cpp | 692 NestedNameSpecifierLocBuilder::getWithLocInContext(ASTContext &Context) const { in getWithLocInContext() function in NestedNameSpecifierLocBuilder
|
| H A D | ASTImporter.cpp | 9806 return Builder.getWithLocInContext(getToContext()); in Import()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 332 Context, R.getNamingClass(), SS.getWithLocInContext(Context), in BuildPossibleImplicitMemberExpr() 594 SS.getWithLocInContext(Context), TemplateKWLoc, FirstQualifierInScope, in ActOnDependentMemberExpr() 928 SS.getWithLocInContext(S.Context), in BuildMSPropertyRefExpr() 1096 SS.getWithLocInContext(Context), in BuildMemberReferenceExpr() 1154 SS.getWithLocInContext(Context), TemplateKWLoc, Var, in BuildMemberReferenceExpr() 1172 SS.getWithLocInContext(Context), TemplateKWLoc, in BuildMemberReferenceExpr() 1180 BaseExpr, IsArrow, OpLoc, SS.getWithLocInContext(Context), in BuildMemberReferenceExpr() 1208 SS.getWithLocInContext(Context), TemplateKWLoc, Var, in BuildMemberReferenceExpr() 1900 Base.get(), IsArrow, OpLoc, SS.getWithLocInContext(Context), in BuildFieldReferenceExpr()
|
| H A D | SemaTemplate.cpp | 761 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo, in BuildDependentDeclRefExpr() 925 Arg.getScopeSpec().getWithLocInContext(SemaRef.Context), in translateTemplateArgument() 1131 SS.isSet() ? SS.getWithLocInContext(Context) : NestedNameSpecifierLoc(), in BuildTypeConstraint() 1762 T->setQualifierInfo(SS.getWithLocInContext(S.Context)); in SetNestedNameSpecifier() 3627 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTemplateIdType() 3659 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTemplateIdType() 3698 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTagTemplateIdType() 3755 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTagTemplateIdType() 4382 SS.isSet() ? SS.getWithLocInContext(Context) : NestedNameSpecifierLoc{}, in CheckConceptTemplateId() 4437 Context, R.getNamingClass(), SS.getWithLocInContext(Context), in BuildTemplateIdExpr() [all …]
|
| H A D | DeclSpec.cpp | 152 CXXScopeSpec::getWithLocInContext(ASTContext &Context) const { in getWithLocInContext() function in CXXScopeSpec 156 return Builder.getWithLocInContext(Context); in getWithLocInContext()
|
| H A D | SemaCXXScopeSpec.cpp | 879 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnCXXNestedNameSpecifier()
|
| H A D | SemaDeclCXX.cpp | 4373 SS.getWithLocInContext(Context), *MemberOrBase, IdLoc); in BuildMemInitializer() 4383 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in BuildMemInitializer() 4463 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in BuildMemInitializer() 12160 SS.getWithLocInContext(Context), in ActOnUsingDirective() 12771 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); in BuildUsingDeclaration() 12884 QualifierLoc = Builder.getWithLocInContext(Context); in BuildUsingDeclaration() 13588 Alias, SS.getWithLocInContext(Context), in ActOnNamespaceAliasDef() 17449 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); in ActOnTemplatedFriendTag() 17492 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTemplatedFriendTag()
|
| H A D | SemaDecl.cpp | 244 DepTL.setQualifierLoc(SS.getWithLocInContext(Context)); in recoverFromTypeInKnownDependentBase() 283 ElabTL.setQualifierLoc(SS->getWithLocInContext(S.Context)); in buildNamedType() 343 NestedNameSpecifierLoc QualifierLoc = SS->getWithLocInContext(Context); in getTypeName() 445 TL.setQualifierLoc(SS->getWithLocInContext(Context)); in getTypeName() 629 NestedNameSpecifierLoc QualifierLoc = NNSLocBuilder.getWithLocInContext(Context); in ActOnMSVCUnknownTypeName() 1220 Context, Result.getNamingClass(), SS.getWithLocInContext(Context), in ClassifyName() 6809 DD->setQualifierInfo(SS.getWithLocInContext(S.Context)); in SetNestedNameSpecifier() 17841 New->setQualifierInfo(SS.getWithLocInContext(Context)); in ActOnTag()
|
| H A D | SemaType.cpp | 3044 D.getDeclSpec().getTypeSpecScope().getWithLocInContext(S.Context), in InventTemplateParameter() 5928 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in VisitElaboratedTypeLoc() 5963 ? DS.getTypeSpecScope().getWithLocInContext(Context) in VisitAutoTypeLoc() 6080 NestedNameSpecifierLoc NNSLoc = SS.getWithLocInContext(Context); in VisitMemberPointerTypeLoc()
|
| H A D | SemaExprCXX.cpp | 368 SS.getWithLocInContext(Context), II, NameLoc); in getDestructorName() 8155 SS.getWithLocInContext(Context), in BuildPseudoDestructorExpr() 9222 SS.getWithLocInContext(Context), *TypeName, NameLoc, in ActOnTypeRequirement()
|
| H A D | TreeTransform.h | 4496 return SS.getWithLocInContext(SemaRef.Context); in TransformNestedNameSpecifierLoc() 7239 NewTL.setQualifierLoc(SS.getWithLocInContext(SemaRef.Context)); in TransformDependentTemplateSpecializationType() 10542 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPReductionClause() 10589 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPTaskReductionClause() 10635 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPInReductionClause() 10817 MapperIdScopeSpec.getWithLocInContext(TT.getSema().Context), in transformOMPMappableExprListClause()
|
| H A D | SemaOpenMP.cpp | 17970 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef() 18980 ReductionIdScopeSpec.getWithLocInContext(getASTContext()), ReductionId, in ActOnOpenMPReductionClause() 19001 ReductionIdScopeSpec.getWithLocInContext(getASTContext()), ReductionId, in ActOnOpenMPTaskReductionClause() 19021 ReductionIdScopeSpec.getWithLocInContext(getASTContext()), ReductionId, in ActOnOpenMPInReductionClause() 20837 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef() 21282 ModifiersLoc, MapperIdScopeSpec.getWithLocInContext(getASTContext()), in ActOnOpenMPMapClause() 22411 MapperIdScopeSpec.getWithLocInContext(getASTContext()), MapperId); in ActOnOpenMPToClause() 22448 MapperIdScopeSpec.getWithLocInContext(getASTContext()), MapperId); in ActOnOpenMPFromClause()
|
| H A D | SemaTemplateDeduction.cpp | 2798 Builder.getWithLocInContext(Context), Loc); in getTrivialTemplateArgumentLoc() 2801 Context, Arg, Builder.getWithLocInContext(Context), Loc, Loc); in getTrivialTemplateArgumentLoc()
|
| H A D | SemaStmt.cpp | 4393 SS.getWithLocInContext(Context), in ActOnMSDependentExistsStmt()
|
| H A D | SemaExpr.cpp | 2200 SS ? SS->getWithLocInContext(Context) : NestedNameSpecifierLoc(); in BuildDeclRefExpr() 2645 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo, in recoverFromMSUnqualifiedLookup() 2925 QTL.setQualifierLoc(SS.getWithLocInContext(Context)); in BuildQualifiedDeclarationNameExpr() 3189 Context, R.getNamingClass(), SS.getWithLocInContext(Context), in BuildDeclarationNameExpr()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 492 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 194 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9474 return Builder.getWithLocInContext(Context); in readNestedNameSpecifierLoc()
|