Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp536 setQualifierLoc(Builder.getWithLocInContext(Context)); in initializeLocal()
544 setQualifierLoc(Builder.getWithLocInContext(Context)); in initializeLocal()
555 setQualifierLoc(Builder.getWithLocInContext(Context)); in initializeLocal()
604 Context, Builder.getWithLocInContext(Context), Loc, in initializeArgLocs()
H A DNestedNameSpecifier.cpp692 NestedNameSpecifierLocBuilder::getWithLocInContext(ASTContext &Context) const { in getWithLocInContext() function in NestedNameSpecifierLocBuilder
H A DASTImporter.cpp9220 return Builder.getWithLocInContext(getToContext()); in Import()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DNestedNameSpecifier.h492 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp518 SS.getWithLocInContext(Context), TemplateKWLoc, FirstQualifierInScope, in ActOnDependentMemberExpr()
891 SS.getWithLocInContext(S.Context), in BuildMSPropertyRefExpr()
902 SS ? SS->getWithLocInContext(Context) : NestedNameSpecifierLoc(); in BuildMemberExpr()
1056 SS.getWithLocInContext(Context), in BuildMemberReferenceExpr()
H A DSemaTemplate.cpp949 Arg.getScopeSpec().getWithLocInContext(SemaRef.Context), in translateTemplateArgument()
1715 T->setQualifierInfo(SS.getWithLocInContext(S.Context)); in SetNestedNameSpecifier()
4027 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTemplateIdType()
4060 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTemplateIdType()
4101 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTagTemplateIdType()
4158 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTagTemplateIdType()
4820 SS.getWithLocInContext(Context), in BuildTemplateIdExpr()
5077 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in CheckTemplateTypeArgument()
10469 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnDependentTag()
10548 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTypenameType()
[all …]
H A DDeclSpec.cpp151 CXXScopeSpec::getWithLocInContext(ASTContext &Context) const { in getWithLocInContext() function in CXXScopeSpec
155 return Builder.getWithLocInContext(Context); in getWithLocInContext()
H A DSemaCXXScopeSpec.cpp944 SpecTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnCXXNestedNameSpecifier()
H A DSemaDeclCXX.cpp4291 SS.getWithLocInContext(Context), in BuildMemInitializer()
4302 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in BuildMemInitializer()
4374 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in BuildMemInitializer()
11709 SS.getWithLocInContext(Context), in ActOnUsingDirective()
12348 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); in BuildUsingDeclaration()
12461 QualifierLoc = Builder.getWithLocInContext(Context); in BuildUsingDeclaration()
13173 Alias, SS.getWithLocInContext(Context), in ActOnNamespaceAliasDef()
16782 NestedNameSpecifierLoc QualifierLoc = SS.getWithLocInContext(Context); in ActOnTemplatedFriendTag()
16825 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in ActOnTemplatedFriendTag()
H A DSemaDecl.cpp274 DepTL.setQualifierLoc(SS.getWithLocInContext(Context)); in recoverFromTypeInKnownDependentBase()
327 NestedNameSpecifierLoc QualifierLoc = SS->getWithLocInContext(Context); in getTypeName()
539 ElabTL.setQualifierLoc(SS->getWithLocInContext(Context)); in getTypeName()
619 NestedNameSpecifierLoc QualifierLoc = NNSLocBuilder.getWithLocInContext(Context); in ActOnMSVCUnknownTypeName()
1159 ElabTL.setQualifierLoc(SS.getWithLocInContext(Context)); in ClassifyName()
1230 Context, Result.getNamingClass(), SS.getWithLocInContext(Context), in ClassifyName()
6744 DD->setQualifierInfo(SS.getWithLocInContext(S.Context)); in SetNestedNameSpecifier()
16961 New->setQualifierInfo(SS.getWithLocInContext(Context)); in ActOnTag()
H A DSemaType.cpp3355 D.getDeclSpec().getTypeSpecScope().getWithLocInContext(S.Context), in InventTemplateParameter()
6107 TL.setQualifierLoc(SS.getWithLocInContext(Context)); in VisitElaboratedTypeLoc()
6141 DS.getTypeSpecScope().getWithLocInContext(Context)); in VisitAutoTypeLoc()
6243 NestedNameSpecifierLoc NNSLoc = SS.getWithLocInContext(Context); in VisitMemberPointerTypeLoc()
H A DSemaTemplateDeduction.cpp2541 Builder.getWithLocInContext(Context), Loc); in getTrivialTemplateArgumentLoc()
2544 Context, Arg, Builder.getWithLocInContext(Context), Loc, Loc); in getTrivialTemplateArgumentLoc()
H A DTreeTransform.h4225 return SS.getWithLocInContext(SemaRef.Context); in TransformNestedNameSpecifierLoc()
6763 NewTL.setQualifierLoc(SS.getWithLocInContext(SemaRef.Context)); in TransformDependentTemplateSpecializationType()
9885 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), in TransformOMPReductionClause()
9932 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPTaskReductionClause()
9977 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), NameInfo, in TransformOMPInReductionClause()
10157 MapperIdScopeSpec.getWithLocInContext(TT.getSema().Context), in transformOMPMappableExprListClause()
H A DSemaExprCXX.cpp362 SS.getWithLocInContext(Context), in getDestructorName()
7798 SS.getWithLocInContext(Context), in BuildPseudoDestructorExpr()
8914 SS.getWithLocInContext(Context), *TypeName, in ActOnTypeRequirement()
H A DSemaOpenMP.cpp18547 ReductionIdScopeSpec.getWithLocInContext(SemaRef.Context), ReductionId, in buildDeclareReductionRef()
19536 RD.Vars, ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPReductionClause()
19557 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPTaskReductionClause()
19577 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, in ActOnOpenMPInReductionClause()
21318 MapperIdScopeSpec.getWithLocInContext(SemaRef.Context), MapperId, in buildUserDefinedMapperRef()
21754 MapperIdScopeSpec.getWithLocInContext(Context), in ActOnOpenMPMapClause()
22764 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPToClause()
22801 MapperIdScopeSpec.getWithLocInContext(Context), MapperId); in ActOnOpenMPFromClause()
H A DSemaStmt.cpp4637 SS.getWithLocInContext(Context), in ActOnMSDependentExistsStmt()
H A DSemaExpr.cpp2015 SS ? SS->getWithLocInContext(Context) : NestedNameSpecifierLoc(); in BuildDeclRefExpr()
2481 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo, in recoverFromMSUnqualifiedLookup()
2800 QTL.setQualifierLoc(SS.getWithLocInContext(Context)); in BuildQualifiedDeclarationNameExpr()
3247 SS.getWithLocInContext(Context), in BuildDeclarationNameExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h176 NestedNameSpecifierLoc getWithLocInContext(ASTContext &Context) const;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9032 return Builder.getWithLocInContext(Context); in readNestedNameSpecifierLoc()