Home
last modified time | relevance | path

Searched refs:setElaboratedKeywordLoc (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp533 setElaboratedKeywordLoc(Loc); in initializeLocal()
541 setElaboratedKeywordLoc(Loc); in initializeLocal()
551 setElaboratedKeywordLoc(Loc); in initializeLocal()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h2269 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
2328 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
2385 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp4026 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
4059 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
4100 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
4157 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
5076 TL.setElaboratedKeywordLoc(SourceLocation(/*synthesized*/)); in CheckTemplateTypeArgument()
10468 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
10547 SpecTL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
10575 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
10648 TL.setElaboratedKeywordLoc(KeywordLoc); in CheckTypenameType()
10653 TL.setElaboratedKeywordLoc(KeywordLoc); in CheckTypenameType()
H A DSemaCXXScopeSpec.cpp943 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnCXXNestedNameSpecifier()
H A DTreeTransform.h6710 NewTL.setElaboratedKeywordLoc(SourceLocation()); in TransformTemplateSpecializationType()
6762 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
6843 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
6977 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
6981 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
7044 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
7049 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
H A DSemaType.cpp6103 TL.setElaboratedKeywordLoc(Keyword != ETK_None in VisitElaboratedTypeLoc()
6255 DNTLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
6265 ETLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
H A DSemaDeclCXX.cpp4301 TL.setElaboratedKeywordLoc(SourceLocation()); in BuildMemInitializer()
4373 TL.setElaboratedKeywordLoc(SourceLocation()); in BuildMemInitializer()
16794 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
16799 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
16824 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
H A DSemaDecl.cpp273 DepTL.setElaboratedKeywordLoc(SourceLocation()); in recoverFromTypeInKnownDependentBase()
538 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in getTypeName()
624 DepTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnMSVCUnknownTypeName()
1158 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in ClassifyName()
H A DSemaExpr.cpp2799 QTL.setElaboratedKeywordLoc(SourceLocation()); in BuildQualifiedDeclarationNameExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6786 TL.setElaboratedKeywordLoc(readSourceLocation()); in VisitElaboratedTypeLoc()
6795 TL.setElaboratedKeywordLoc(readSourceLocation()); in VisitDependentNameTypeLoc()
6802 TL.setElaboratedKeywordLoc(readSourceLocation()); in VisitDependentTemplateSpecializationTypeLoc()