Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTemplateBase.cpp582 setTemplateKeywordLoc(TemplateKWLoc); in initializeFrom()
594 setTemplateKeywordLoc(TemplateKWLoc); in initializeFrom()
604 setTemplateKeywordLoc(TemplateKWLoc); in initializeFrom()
DTypeLoc.cpp452 setTemplateKeywordLoc(Loc); in initializeLocal()
DASTContext.cpp3338 TL.setTemplateKeywordLoc(SourceLocation()); in getTemplateSpecializationTypeInfo()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp891 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnCXXNestedNameSpecifier()
935 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnCXXNestedNameSpecifier()
DSemaTemplate.cpp2267 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTemplateIdType()
2285 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTemplateIdType()
2339 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTagTemplateIdType()
2382 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTagTemplateIdType()
2675 Specialization->setTemplateKeywordLoc(TemplateKWLoc); in ActOnVarTemplateSpecialization()
6505 Specialization->setTemplateKeywordLoc(TemplateKWLoc); in ActOnClassTemplateSpecialization()
7401 Specialization->setTemplateKeywordLoc(TemplateLoc); in ActOnExplicitInstantiation()
8070 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTypenameType()
8087 SpecTL.setTemplateKeywordLoc(TemplateKWLoc); in ActOnTypenameType()
DTreeTransform.h5426 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
5437 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
5478 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5496 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5714 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5730 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5739 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
DSemaTemplateInstantiateDecl.cpp2618 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
/external/clang/include/clang/AST/
DTypeLoc.h1451 void setTemplateKeywordLoc(SourceLocation Loc) { in setTemplateKeywordLoc() function
1510 setTemplateKeywordLoc(Loc); in initializeLocal()
1874 void setTemplateKeywordLoc(SourceLocation Loc) { in setTemplateKeywordLoc() function
DTemplateBase.h625 void setTemplateKeywordLoc(SourceLocation TemplateKWLoc) { in setTemplateKeywordLoc() function
DDeclTemplate.h1748 void setTemplateKeywordLoc(SourceLocation Loc) {
2598 void setTemplateKeywordLoc(SourceLocation Loc) {
/external/clang/lib/Serialization/
DASTReader.cpp5842 TL.setTemplateKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitTemplateSpecializationTypeLoc()
5872 TL.setTemplateKeywordLoc(ReadSourceLocation(Record, Idx)); in VisitDependentTemplateSpecializationTypeLoc()