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.cpp880 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnCXXNestedNameSpecifier()
929 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnCXXNestedNameSpecifier()
H A DSemaTemplate.cpp3628 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTemplateIdType()
3645 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTemplateIdType()
3699 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTagTemplateIdType()
3743 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTagTemplateIdType()
9589 Specialization->setTemplateKeywordLoc(TemplateLoc); in ActOnExplicitInstantiation()
10002 VTSD->setTemplateKeywordLoc(TemplateLoc); in ActOnExplicitInstantiation()
10344 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTypenameType()
10361 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTypenameType()
H A DTreeTransform.h7191 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
7202 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
7240 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
7258 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
7552 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
7568 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
7577 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
H A DSemaTemplateInstantiateDecl.cpp3946 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1663 void setTemplateKeywordLoc(SourceLocation Loc) { in setTemplateKeywordLoc() function
1728 setTemplateKeywordLoc(SourceLocation()); in initializeLocal()
2492 void setTemplateKeywordLoc(SourceLocation Loc) { in setTemplateKeywordLoc() function
H A DDeclTemplate.h2049 void setTemplateKeywordLoc(SourceLocation Loc);
2814 void setTemplateKeywordLoc(SourceLocation Loc);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp577 setTemplateKeywordLoc(Loc); in initializeLocal()
H A DDeclTemplate.cpp1052 void ClassTemplateSpecializationDecl::setTemplateKeywordLoc( in setTemplateKeywordLoc() function in ClassTemplateSpecializationDecl
1468 void VarTemplateSpecializationDecl::setTemplateKeywordLoc(SourceLocation Loc) { in setTemplateKeywordLoc() function in VarTemplateSpecializationDecl
H A DASTImporter.cpp6305 D2->setTemplateKeywordLoc(*LocOrErr); in VisitClassTemplateSpecializationDecl()
H A DASTContext.cpp5313 TL.setTemplateKeywordLoc(SourceLocation()); in getTemplateSpecializationTypeInfo()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7026 TL.setTemplateKeywordLoc(readSourceLocation()); in VisitTemplateSpecializationTypeLoc()
7060 TL.setTemplateKeywordLoc(readSourceLocation()); in VisitDependentTemplateSpecializationTypeLoc()