Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp920 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnCXXNestedNameSpecifier()
969 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnCXXNestedNameSpecifier()
H A DSemaTemplate.cpp4318 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTemplateIdType()
4335 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTemplateIdType()
4389 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTagTemplateIdType()
4433 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTagTemplateIdType()
4808 Specialization->setTemplateKeywordLoc(TemplateKWLoc); in ActOnVarTemplateSpecialization()
9165 Specialization->setTemplateKeywordLoc(TemplateKWLoc); in ActOnClassTemplateSpecialization()
10368 Specialization->setTemplateKeywordLoc(TemplateLoc); in ActOnExplicitInstantiation()
11112 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTypenameType()
11129 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTypenameType()
H A DTreeTransform.h6936 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
6947 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
6985 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
7003 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
7268 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
7284 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
7293 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
H A DSemaTemplateInstantiateDecl.cpp3909 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1622 void setTemplateKeywordLoc(SourceLocation Loc) { in setTemplateKeywordLoc() function
1687 setTemplateKeywordLoc(Loc); in initializeLocal()
2423 void setTemplateKeywordLoc(SourceLocation Loc) { in setTemplateKeywordLoc() function
H A DDeclTemplate.h2034 void setTemplateKeywordLoc(SourceLocation Loc) {
2830 void setTemplateKeywordLoc(SourceLocation Loc) {
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp570 setTemplateKeywordLoc(Loc); in initializeLocal()
H A DASTContext.cpp4898 TL.setTemplateKeywordLoc(SourceLocation()); in getTemplateSpecializationTypeInfo()
H A DASTImporter.cpp6218 D2->setTemplateKeywordLoc(*LocOrErr); in VisitClassTemplateSpecializationDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7013 TL.setTemplateKeywordLoc(readSourceLocation()); in VisitTemplateSpecializationTypeLoc()
7047 TL.setTemplateKeywordLoc(readSourceLocation()); in VisitDependentTemplateSpecializationTypeLoc()