Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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();
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2237 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()
2316 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()