Home
last modified time | relevance | path

Searched refs:TemplateKeywordLoc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h1827 SourceLocation TemplateKeywordLoc;
2041 ExplicitInfo->TemplateKeywordLoc = Loc;
2046 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
2689 SourceLocation TemplateKeywordLoc;
2893 ExplicitInfo->TemplateKeywordLoc = Loc;
2898 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1039 SourceLocation TemplateKeywordLoc, in buildIdExpression() argument
1044 if (TemplateKeywordLoc.isValid()) in buildIdExpression()
1045 Builder.markChildToken(TemplateKeywordLoc, in buildIdExpression()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2219 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()
2298 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()