| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 547 setQualifierLoc(Builder.getWithLocInContext(Context)); in initializeLocal() 555 setQualifierLoc(Builder.getWithLocInContext(Context)); in initializeLocal() 566 setQualifierLoc(Builder.getWithLocInContext(Context)); in initializeLocal() 613 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 | 9712 return Builder.getWithLocInContext(getToContext()); in Import()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 492 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 550 SS.getWithLocInContext(Context), TemplateKWLoc, FirstQualifierInScope, in ActOnDependentMemberExpr() 924 SS.getWithLocInContext(S.Context), in BuildMSPropertyRefExpr() 935 SS ? SS->getWithLocInContext(Context) : NestedNameSpecifierLoc(); in BuildMemberExpr() 1089 SS.getWithLocInContext(Context), in BuildMemberReferenceExpr()
|
| H A D | SemaTemplate.cpp | 951 Arg.getScopeSpec().getWithLocInContext(SemaRef.Context), in translateTemplateArgument() 1824 T->setQualifierInfo(SS.getWithLocInContext(S.Context)); in SetNestedNameSpecifier() 4317 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTemplateIdType() 4349 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTemplateIdType() 4388 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTagTemplateIdType() 4445 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTagTemplateIdType() 5123 Context, R.getNamingClass(), SS.getWithLocInContext(Context), in BuildTemplateIdExpr() 5386 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in CheckTemplateTypeArgument() 11028 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnDependentTag() 11111 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTypenameType() [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 | 919 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnCXXNestedNameSpecifier()
|
| H A D | SemaDeclCXX.cpp | 4519 SS.getWithLocInContext(Context), *MemberOrBase, IdLoc); in BuildMemInitializer() 4529 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in BuildMemInitializer() 4609 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in BuildMemInitializer() 12246 SS.getWithLocInContext(Context), in ActOnUsingDirective() 12895 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); in BuildUsingDeclaration() 13008 QualifierLoc = Builder.getWithLocInContext(Context); in BuildUsingDeclaration() 13721 Alias, SS.getWithLocInContext(Context), in ActOnNamespaceAliasDef() 17669 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); in ActOnTemplatedFriendTag() 17712 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTemplatedFriendTag()
|
| H A D | SemaDecl.cpp | 284 DepTL.setQualifierLoc(SS.getWithLocInContext(Context)); in recoverFromTypeInKnownDependentBase() 323 ElabTL.setQualifierLoc(SS->getWithLocInContext(S.Context)); in buildNamedType() 391 NestedNameSpecifierLoc QualifierLoc = SS->getWithLocInContext(Context); in getTypeName() 493 TL.setQualifierLoc(SS->getWithLocInContext(Context)); in getTypeName() 676 NestedNameSpecifierLoc QualifierLoc = NNSLocBuilder.getWithLocInContext(Context); in ActOnMSVCUnknownTypeName() 1283 Context, Result.getNamingClass(), SS.getWithLocInContext(Context), in ClassifyName() 6968 DD->setQualifierInfo(SS.getWithLocInContext(S.Context)); in SetNestedNameSpecifier() 18032 New->setQualifierInfo(SS.getWithLocInContext(Context)); in ActOnTag()
|
| H A D | SemaType.cpp | 3515 D.getDeclSpec().getTypeSpecScope().getWithLocInContext(S.Context), in InventTemplateParameter() 6352 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in VisitElaboratedTypeLoc() 6387 ? DS.getTypeSpecScope().getWithLocInContext(Context) in VisitAutoTypeLoc() 6491 NestedNameSpecifierLoc NNSLoc = SS.getWithLocInContext(Context); in VisitMemberPointerTypeLoc()
|
| H A D | TreeTransform.h | 4412 return SS.getWithLocInContext(SemaRef.Context); in TransformNestedNameSpecifierLoc() 6984 NewTL.setQualifierLoc(SS.getWithLocInContext(SemaRef.Context)); in TransformDependentTemplateSpecializationType() 10208 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), in TransformOMPReductionClause() 10255 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPTaskReductionClause() 10300 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPInReductionClause() 10481 MapperIdScopeSpec.getWithLocInContext(TT.getSema().Context), in transformOMPMappableExprListClause()
|
| H A D | SemaExprCXX.cpp | 369 SS.getWithLocInContext(Context), II, NameLoc); in getDestructorName() 7942 SS.getWithLocInContext(Context), in BuildPseudoDestructorExpr() 9001 SS.getWithLocInContext(Context), *TypeName, NameLoc, in ActOnTypeRequirement()
|
| H A D | SemaTemplateDeduction.cpp | 2637 Builder.getWithLocInContext(Context), Loc); in getTrivialTemplateArgumentLoc() 2640 Context, Arg, Builder.getWithLocInContext(Context), Loc, Loc); in getTrivialTemplateArgumentLoc()
|
| H A D | SemaOpenMP.cpp | 19169 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef() 20177 RD.Vars, ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPReductionClause() 20198 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPTaskReductionClause() 20218 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPInReductionClause() 22016 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef() 22460 ModifiersLoc, MapperIdScopeSpec.getWithLocInContext(Context), MapperId, in ActOnOpenMPMapClause() 23568 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPToClause() 23605 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPFromClause()
|
| H A D | SemaStmt.cpp | 4691 SS.getWithLocInContext(Context), in ActOnMSDependentExistsStmt()
|
| H A D | SemaExpr.cpp | 2213 SS ? SS->getWithLocInContext(Context) : NestedNameSpecifierLoc(); in BuildDeclRefExpr() 2680 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo, in recoverFromMSUnqualifiedLookup() 3003 QTL.setQualifierLoc(SS.getWithLocInContext(Context)); in BuildQualifiedDeclarationNameExpr() 3450 SS.getWithLocInContext(Context), in BuildDeclarationNameExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 193 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9305 return Builder.getWithLocInContext(Context); in readNestedNameSpecifierLoc()
|