Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp544 setElaboratedKeywordLoc(Loc); in initializeLocal()
552 setElaboratedKeywordLoc(Loc); in initializeLocal()
562 setElaboratedKeywordLoc(Loc); in initializeLocal()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2254 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
2334 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
2391 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp918 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnCXXNestedNameSpecifier()
H A DSemaTemplate.cpp4316 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
4347 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
4387 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
4444 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
5385 TL.setElaboratedKeywordLoc(SourceLocation(/*synthesized*/)); in CheckTemplateTypeArgument()
11027 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
11110 SpecTL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
11139 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
11212 TL.setElaboratedKeywordLoc(KeywordLoc); in CheckTypenameType()
11217 TL.setElaboratedKeywordLoc(KeywordLoc); in CheckTypenameType()
H A DTreeTransform.h6934 NewTL.setElaboratedKeywordLoc(SourceLocation()); in TransformTemplateSpecializationType()
6983 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
7066 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
7210 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
7214 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
7277 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
7282 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
H A DSemaType.cpp6348 TL.setElaboratedKeywordLoc(T->getKeyword() != ElaboratedTypeKeyword::None in VisitElaboratedTypeLoc()
6503 DNTLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
6513 ETLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
H A DSemaDeclCXX.cpp4528 TL.setElaboratedKeywordLoc(SourceLocation()); in BuildMemInitializer()
4608 TL.setElaboratedKeywordLoc(SourceLocation()); in BuildMemInitializer()
17681 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
17686 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
17711 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
H A DSemaDecl.cpp283 DepTL.setElaboratedKeywordLoc(SourceLocation()); in recoverFromTypeInKnownDependentBase()
322 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in buildNamedType()
492 TL.setElaboratedKeywordLoc(SourceLocation()); in getTypeName()
681 DepTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnMSVCUnknownTypeName()
H A DSemaExpr.cpp3002 QTL.setElaboratedKeywordLoc(SourceLocation()); in BuildQualifiedDeclarationNameExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7029 TL.setElaboratedKeywordLoc(readSourceLocation()); in VisitElaboratedTypeLoc()
7038 TL.setElaboratedKeywordLoc(readSourceLocation()); in VisitDependentNameTypeLoc()
7045 TL.setElaboratedKeywordLoc(readSourceLocation()); in VisitDependentTemplateSpecializationTypeLoc()