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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h1405 SourceLocation TemplateKeywordLoc; member in struct:clang::TemplateParameterList::ClassTemplateSpecializationDecl::ExplicitSpecializationInfo
1408 : TypeAsWritten(0), ExternLoc(), TemplateKeywordLoc() {}
1613 ExplicitInfo->TemplateKeywordLoc = Loc;
1617 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
2279 SourceLocation TemplateKeywordLoc; member in struct:clang::TemplateParameterList::VarTemplateSpecializationDecl::ExplicitSpecializationInfo
2282 : TypeAsWritten(0), ExternLoc(), TemplateKeywordLoc() {}
2482 ExplicitInfo->TemplateKeywordLoc = Loc;
2486 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1605 ExplicitInfo->TemplateKeywordLoc = ReadSourceLocation(Record, Idx);
1688 ExplicitInfo->TemplateKeywordLoc = ReadSourceLocation(Record, Idx);

Completed in 118 milliseconds