Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1045 SourceLocation TemplateKeywordLoc, in buildIdExpression() argument
1050 if (TemplateKeywordLoc.isValid()) in buildIdExpression()
1051 Builder.markChildToken(TemplateKeywordLoc, in buildIdExpression()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1788 SourceLocation TemplateKeywordLoc;
2044 return Info->TemplateKeywordLoc;
2809 return Info->TemplateKeywordLoc;
/src/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp1063 Info->TemplateKeywordLoc = Loc; in setTemplateKeywordLoc()
1478 Info->TemplateKeywordLoc = Loc; in setTemplateKeywordLoc()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2537 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()
2606 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()