Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp874 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnCXXNestedNameSpecifier()
922 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnCXXNestedNameSpecifier()
H A DSemaTemplate.cpp3913 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTemplateIdType()
3930 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTemplateIdType()
3983 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTagTemplateIdType()
4027 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTagTemplateIdType()
10117 Specialization->setTemplateKeywordLoc(TemplateLoc); in ActOnExplicitInstantiation()
10532 VTSD->setTemplateKeywordLoc(TemplateLoc); in ActOnExplicitInstantiation()
10907 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTypenameType()
10924 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTypenameType()
H A DTreeTransform.h7427 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
7438 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
7476 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
7494 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
7852 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
7869 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
H A DSemaTemplateInstantiateDecl.cpp4492 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1719 void setTemplateKeywordLoc(SourceLocation Loc) { in setTemplateKeywordLoc() function
1784 setTemplateKeywordLoc(SourceLocation()); in initializeLocal()
2549 void setTemplateKeywordLoc(SourceLocation Loc) { in setTemplateKeywordLoc() function
H A DDeclTemplate.h2071 void setTemplateKeywordLoc(SourceLocation Loc);
2845 void setTemplateKeywordLoc(SourceLocation Loc);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp591 setTemplateKeywordLoc(Loc); in initializeLocal()
H A DDeclTemplate.cpp1096 void ClassTemplateSpecializationDecl::setTemplateKeywordLoc( in setTemplateKeywordLoc() function in ClassTemplateSpecializationDecl
1516 void VarTemplateSpecializationDecl::setTemplateKeywordLoc(SourceLocation Loc) { in setTemplateKeywordLoc() function in VarTemplateSpecializationDecl
H A DASTImporter.cpp6588 D2->setTemplateKeywordLoc(*LocOrErr); in VisitClassTemplateSpecializationDecl()
H A DASTContext.cpp5706 TL.setTemplateKeywordLoc(SourceLocation()); in getTemplateSpecializationTypeInfo()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7370 TL.setTemplateKeywordLoc(readSourceLocation()); in VisitTemplateSpecializationTypeLoc()
7404 TL.setTemplateKeywordLoc(readSourceLocation()); in VisitDependentTemplateSpecializationTypeLoc()