Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp551 setElaboratedKeywordLoc(Loc); in initializeLocal()
559 setElaboratedKeywordLoc(Loc); in initializeLocal()
569 setElaboratedKeywordLoc(Loc); in initializeLocal()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2323 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
2403 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
2460 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3626 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
3657 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
3697 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
3754 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
4675 TL.setElaboratedKeywordLoc(SourceLocation(/*synthesized*/)); in CheckTemplateTypeArgument()
10256 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
10342 SpecTL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
10371 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
10443 TL.setElaboratedKeywordLoc(KeywordLoc); in CheckTypenameType()
10448 TL.setElaboratedKeywordLoc(KeywordLoc); in CheckTypenameType()
H A DSemaCXXScopeSpec.cpp878 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnCXXNestedNameSpecifier()
H A DTreeTransform.h7189 NewTL.setElaboratedKeywordLoc(SourceLocation()); in TransformTemplateSpecializationType()
7238 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
7321 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
7494 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
7498 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
7561 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
7566 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
H A DSemaType.cpp5924 TL.setElaboratedKeywordLoc(T->getKeyword() != ElaboratedTypeKeyword::None in VisitElaboratedTypeLoc()
6092 DNTLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
6102 ETLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
H A DSemaDeclCXX.cpp4382 TL.setElaboratedKeywordLoc(SourceLocation()); in BuildMemInitializer()
4462 TL.setElaboratedKeywordLoc(SourceLocation()); in BuildMemInitializer()
17461 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
17466 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
17491 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
H A DSemaDecl.cpp243 DepTL.setElaboratedKeywordLoc(SourceLocation()); in recoverFromTypeInKnownDependentBase()
282 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in buildNamedType()
444 TL.setElaboratedKeywordLoc(SourceLocation()); in getTypeName()
634 DepTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnMSVCUnknownTypeName()
H A DSemaExpr.cpp2924 QTL.setElaboratedKeywordLoc(SourceLocation()); in BuildQualifiedDeclarationNameExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7042 TL.setElaboratedKeywordLoc(readSourceLocation()); in VisitElaboratedTypeLoc()
7051 TL.setElaboratedKeywordLoc(readSourceLocation()); in VisitDependentNameTypeLoc()
7058 TL.setElaboratedKeywordLoc(readSourceLocation()); in VisitDependentTemplateSpecializationTypeLoc()