| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 330 Context, R.getNamingClass(), SS.getWithLocInContext(Context), in BuildPossibleImplicitMemberExpr() 595 SS.getWithLocInContext(Context), TemplateKWLoc, FirstQualifierInScope, in ActOnDependentMemberExpr() 822 SS.getWithLocInContext(S.Context), in BuildMSPropertyRefExpr() 981 SS.getWithLocInContext(Context), in BuildMemberReferenceExpr() 1080 SS.getWithLocInContext(Context), TemplateKWLoc, Var, in BuildMemberReferenceExpr() 1104 SS.getWithLocInContext(Context), TemplateKWLoc, in BuildMemberReferenceExpr() 1114 BaseExpr, IsArrow, OpLoc, SS.getWithLocInContext(Context), in BuildMemberReferenceExpr() 1144 SS.getWithLocInContext(Context), TemplateKWLoc, Var, in BuildMemberReferenceExpr() 1843 Base.get(), IsArrow, OpLoc, SS.getWithLocInContext(Context), in BuildFieldReferenceExpr()
|
| H A D | SemaTemplate.cpp | 762 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo, in BuildDependentDeclRefExpr() 928 Arg.getScopeSpec().getWithLocInContext(SemaRef.Context), in translateTemplateArgument() 1137 SS.isSet() ? SS.getWithLocInContext(Context) : NestedNameSpecifierLoc(), in BuildTypeConstraint() 1784 T->setQualifierInfo(SS.getWithLocInContext(S.Context)); in SetNestedNameSpecifier() 3912 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTemplateIdType() 3944 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTemplateIdType() 3982 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTagTemplateIdType() 4039 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTagTemplateIdType() 4762 SS.isSet() ? SS.getWithLocInContext(Context) : NestedNameSpecifierLoc{}, in CheckConceptTemplateId() 4817 Context, R.getNamingClass(), SS.getWithLocInContext(Context), in BuildTemplateIdExpr() [all …]
|
| H A D | DeclSpec.cpp | 149 CXXScopeSpec::getWithLocInContext(ASTContext &Context) const { in getWithLocInContext() function in CXXScopeSpec 153 return Builder.getWithLocInContext(Context); in getWithLocInContext()
|
| H A D | SemaDeclCXX.cpp | 4463 SS.getWithLocInContext(Context), *MemberOrBase, IdLoc); in BuildMemInitializer() 4473 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in BuildMemInitializer() 4555 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in BuildMemInitializer() 12488 SS.getWithLocInContext(Context), in ActOnUsingDirective() 13098 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); in BuildUsingDeclaration() 13216 QualifierLoc = Builder.getWithLocInContext(Context); in BuildUsingDeclaration() 13880 Alias, SS.getWithLocInContext(Context), in ActOnNamespaceAliasDef() 17940 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); in ActOnTemplatedFriendTag() 18015 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTemplatedFriendTag()
|
| H A D | SemaDecl.cpp | 268 DepTL.setQualifierLoc(SS.getWithLocInContext(Context)); in recoverFromTypeInKnownDependentBase() 307 ElabTL.setQualifierLoc(SS->getWithLocInContext(S.Context)); in buildNamedType() 365 NestedNameSpecifierLoc QualifierLoc = SS->getWithLocInContext(Context); in getTypeName() 471 TL.setQualifierLoc(SS->getWithLocInContext(Context)); in getTypeName() 646 NestedNameSpecifierLoc QualifierLoc = NNSLocBuilder.getWithLocInContext(Context); in ActOnMSVCUnknownTypeName() 1237 Context, Result.getNamingClass(), SS.getWithLocInContext(Context), in ClassifyName() 6929 DD->setQualifierInfo(SS.getWithLocInContext(S.Context)); in SetNestedNameSpecifier() 18352 New->setQualifierInfo(SS.getWithLocInContext(Context)); in ActOnTag()
|
| H A D | SemaType.cpp | 3096 D.getDeclSpec().getTypeSpecScope().getWithLocInContext(S.Context), in InventTemplateParameter() 6007 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in VisitElaboratedTypeLoc() 6042 ? DS.getTypeSpecScope().getWithLocInContext(Context) in VisitAutoTypeLoc() 6159 TL.setQualifierLoc(Chunk.Mem.Scope().getWithLocInContext(Context)); in VisitMemberPointerTypeLoc()
|
| H A D | SemaExprCXX.cpp | 348 SS.getWithLocInContext(Context), II, NameLoc, &TSI, in getDestructorName() 7176 SS.getWithLocInContext(Context), in BuildPseudoDestructorExpr() 7831 SS.getWithLocInContext(Context), *TypeName, NameLoc, in ActOnTypeRequirement()
|
| H A D | TreeTransform.h | 4704 return SS.getWithLocInContext(SemaRef.Context); in TransformNestedNameSpecifierLoc() 7475 NewTL.setQualifierLoc(SS.getWithLocInContext(SemaRef.Context)); in TransformDependentTemplateSpecializationType() 7845 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(SemaRef.Context); in TransformDependentTemplateSpecializationType() 11051 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPReductionClause() 11098 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPTaskReductionClause() 11144 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPInReductionClause() 11326 MapperIdScopeSpec.getWithLocInContext(TT.getSema().Context), in transformOMPMappableExprListClause()
|
| H A D | SemaTemplateDeduction.cpp | 2859 Builder.getWithLocInContext(Context), Loc); in getTrivialTemplateArgumentLoc() 2862 Context, Arg, Builder.getWithLocInContext(Context), Loc, Loc); in getTrivialTemplateArgumentLoc()
|
| H A D | SemaOpenMP.cpp | 18593 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef() 19640 ReductionIdScopeSpec.getWithLocInContext(getASTContext()), ReductionId, in ActOnOpenMPReductionClause() 19662 ReductionIdScopeSpec.getWithLocInContext(getASTContext()), ReductionId, in ActOnOpenMPTaskReductionClause() 19682 ReductionIdScopeSpec.getWithLocInContext(getASTContext()), ReductionId, in ActOnOpenMPInReductionClause() 21502 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef() 22180 ModifiersLoc, MapperIdScopeSpec.getWithLocInContext(getASTContext()), in ActOnOpenMPMapClause() 23328 MapperIdScopeSpec.getWithLocInContext(getASTContext()), MapperId); in ActOnOpenMPToClause() 23365 MapperIdScopeSpec.getWithLocInContext(getASTContext()), MapperId); in ActOnOpenMPFromClause()
|
| H A D | SemaStmt.cpp | 4525 SS.getWithLocInContext(Context), in ActOnMSDependentExistsStmt()
|
| H A D | SemaExpr.cpp | 2307 SS ? SS->getWithLocInContext(Context) : NestedNameSpecifierLoc(); in BuildDeclRefExpr() 2714 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo, in recoverFromMSUnqualifiedLookup() 2972 QTL.setQualifierLoc(SS.getWithLocInContext(Context)); in BuildQualifiedDeclarationNameExpr() 3243 Context, R.getNamingClass(), SS.getWithLocInContext(Context), in BuildDeclarationNameExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 494 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
|
| H A D | TypeLoc.h | 1411 setQualifierLoc(Builder.getWithLocInContext(Context)); in initializeLocal()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 565 return Builder.getWithLocInContext(Context); in initializeQualifier() 634 Context, Builder.getWithLocInContext(Context), Loc, in initializeArgLocs()
|
| H A D | NestedNameSpecifier.cpp | 674 NestedNameSpecifierLocBuilder::getWithLocInContext(ASTContext &Context) const { in getWithLocInContext() function in NestedNameSpecifierLocBuilder
|
| H A D | ASTImporter.cpp | 10173 return Builder.getWithLocInContext(getToContext()); in Import()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 193 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10031 return Builder.getWithLocInContext(Context); in readNestedNameSpecifierLoc()
|