Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp519 setElaboratedKeywordLoc(Loc); in initializeLocal()
527 setElaboratedKeywordLoc(Loc); in initializeLocal()
537 setElaboratedKeywordLoc(Loc); in initializeLocal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2208 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
2267 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
2324 void setElaboratedKeywordLoc(SourceLocation Loc) { in setElaboratedKeywordLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3968 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
4001 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnTemplateIdType()
4042 SpecTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
4099 ElabTL.setElaboratedKeywordLoc(TagLoc); in ActOnTagTemplateIdType()
5018 TL.setElaboratedKeywordLoc(SourceLocation(/*synthesized*/)); in CheckTemplateTypeArgument()
10366 TL.setElaboratedKeywordLoc(TagLoc); in ActOnDependentTag()
10445 SpecTL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
10473 TL.setElaboratedKeywordLoc(TypenameLoc); in ActOnTypenameType()
10546 TL.setElaboratedKeywordLoc(KeywordLoc); in CheckTypenameType()
10551 TL.setElaboratedKeywordLoc(KeywordLoc); in CheckTypenameType()
H A DSemaCXXScopeSpec.cpp935 SpecTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnCXXNestedNameSpecifier()
H A DTreeTransform.h6617 NewTL.setElaboratedKeywordLoc(SourceLocation()); in TransformTemplateSpecializationType()
6669 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
6750 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformElaboratedType()
6877 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
6881 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentNameType()
6944 NewTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
6949 SpecTL.setElaboratedKeywordLoc(TL.getElaboratedKeywordLoc()); in TransformDependentTemplateSpecializationType()
H A DSemaType.cpp5989 TL.setElaboratedKeywordLoc(Keyword != ETK_None in VisitElaboratedTypeLoc()
6136 DNTLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
6146 ETLoc.setElaboratedKeywordLoc(SourceLocation()); in VisitMemberPointerTypeLoc()
H A DSemaDeclCXX.cpp4252 TL.setElaboratedKeywordLoc(SourceLocation()); in BuildMemInitializer()
4315 TL.setElaboratedKeywordLoc(SourceLocation()); in BuildMemInitializer()
16538 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
16543 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
16568 TL.setElaboratedKeywordLoc(TagLoc); in ActOnTemplatedFriendTag()
H A DSemaDecl.cpp271 DepTL.setElaboratedKeywordLoc(SourceLocation()); in recoverFromTypeInKnownDependentBase()
521 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in getTypeName()
607 DepTL.setElaboratedKeywordLoc(SourceLocation()); in ActOnMSVCUnknownTypeName()
855 ElabTL.setElaboratedKeywordLoc(SourceLocation()); in buildNestedType()
H A DSemaExpr.cpp2740 QTL.setElaboratedKeywordLoc(SourceLocation()); in BuildQualifiedDeclarationNameExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6735 TL.setElaboratedKeywordLoc(readSourceLocation()); in VisitElaboratedTypeLoc()
6744 TL.setElaboratedKeywordLoc(readSourceLocation()); in VisitDependentNameTypeLoc()
6751 TL.setElaboratedKeywordLoc(readSourceLocation()); in VisitDependentTemplateSpecializationTypeLoc()