Searched refs:TemplateKeywordLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclTemplate.h1413 SourceLocation TemplateKeywordLoc; member in struct:clang::TemplateParameterList::ClassTemplateSpecializationDecl::ExplicitSpecializationInfo
1416 : TypeAsWritten(nullptr), ExternLoc(), TemplateKeywordLoc() {}
1619 ExplicitInfo->TemplateKeywordLoc = Loc;
1623 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
2276 SourceLocation TemplateKeywordLoc; member in struct:clang::TemplateParameterList::VarTemplateSpecializationDecl::ExplicitSpecializationInfo
2279 : TypeAsWritten(nullptr), ExternLoc(), TemplateKeywordLoc() {}
2478 ExplicitInfo->TemplateKeywordLoc = Loc;
2482 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1773 ExplicitInfo->TemplateKeywordLoc = ReadSourceLocation(Record, Idx);
1856 ExplicitInfo->TemplateKeywordLoc = ReadSourceLocation(Record, Idx);

Completed in 112 milliseconds