Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclTemplate.h1857 SourceLocation TemplateKeywordLoc;
2071 ExplicitInfo->TemplateKeywordLoc = Loc;
2076 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
2719 SourceLocation TemplateKeywordLoc;
2924 ExplicitInfo->TemplateKeywordLoc = Loc;
2929 return ExplicitInfo ? ExplicitInfo->TemplateKeywordLoc : SourceLocation();
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp2341 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()
2420 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()