Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTemplateBase.cpp573 setTemplateKeywordLoc(TemplateKWLoc); in initializeFrom()
585 setTemplateKeywordLoc(TemplateKWLoc); in initializeFrom()
595 setTemplateKeywordLoc(TemplateKWLoc); in initializeFrom()
DTypeLoc.cpp343 setTemplateKeywordLoc(Loc); in initializeLocal()
DASTContext.cpp3139 TL.setTemplateKeywordLoc(SourceLocation()); in getTemplateSpecializationTypeInfo()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp826 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnCXXNestedNameSpecifier()
870 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnCXXNestedNameSpecifier()
DSemaTemplate.cpp2182 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTemplateIdType()
2200 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTemplateIdType()
2254 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTagTemplateIdType()
2297 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTagTemplateIdType()
2609 Specialization->setTemplateKeywordLoc(TemplateKWLoc); in ActOnVarTemplateSpecialization()
6284 Specialization->setTemplateKeywordLoc(TemplateKWLoc); in ActOnClassTemplateSpecialization()
7173 Specialization->setTemplateKeywordLoc(TemplateLoc); in ActOnExplicitInstantiation()
7794 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTypenameType()
7811 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTypenameType()
DTreeTransform.h5003 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
5014 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
5055 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5073 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5280 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5296 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5305 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
DSemaTemplateInstantiateDecl.cpp2463 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
/external/clang/include/clang/AST/
DTypeLoc.h1369 void setTemplateKeywordLoc(SourceLocation Loc) { in setTemplateKeywordLoc() function
1428 setTemplateKeywordLoc(Loc); in initializeLocal()
1790 void setTemplateKeywordLoc(SourceLocation Loc) { in setTemplateKeywordLoc() function
DTemplateBase.h619 void setTemplateKeywordLoc(SourceLocation TemplateKWLoc) { in setTemplateKeywordLoc() function
DDeclTemplate.h1616 void setTemplateKeywordLoc(SourceLocation Loc) {
2475 void setTemplateKeywordLoc(SourceLocation Loc) {
/external/clang/lib/Serialization/
DASTReader.cpp5707 TL.setTemplateKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitTemplateSpecializationTypeLoc()
5737 TL.setTemplateKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitDependentTemplateSpecializationTypeLoc()