Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclTemplate.h1854 SourceLocation TemplateKeywordLoc;
2068 ExplicitInfo->TemplateKeywordLoc = Loc;
2073 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
2716 SourceLocation TemplateKeywordLoc;
2921 ExplicitInfo->TemplateKeywordLoc = Loc;
2926 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1044 SourceLocation TemplateKeywordLoc, in buildIdExpression() argument
1049 if (TemplateKeywordLoc.isValid()) in buildIdExpression()
1050 Builder.markChildToken(TemplateKeywordLoc, in buildIdExpression()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp2428 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()
2505 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()