Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1037 SourceLocation TemplateKeywordLoc, in buildIdExpression() argument
1042 if (TemplateKeywordLoc.isValid()) in buildIdExpression()
1043 Builder.markChildToken(TemplateKeywordLoc, in buildIdExpression()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1793 SourceLocation TemplateKeywordLoc;
2066 return Info->TemplateKeywordLoc;
2840 return Info->TemplateKeywordLoc;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp1107 Info->TemplateKeywordLoc = Loc; in setTemplateKeywordLoc()
1526 Info->TemplateKeywordLoc = Loc; in setTemplateKeywordLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2572 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitClassTemplateSpecializationDeclImpl()
2638 ExplicitInfo->TemplateKeywordLoc = readSourceLocation(); in VisitVarTemplateSpecializationDeclImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6285 if (SourceLocation TemplateKeywordLoc = TL.getTemplateKeywordLoc(); in diagnoseQualifiedDeclaration() local
6286 TemplateKeywordLoc.isValid()) in diagnoseQualifiedDeclaration()
6288 << FixItHint::CreateRemoval(TemplateKeywordLoc); in diagnoseQualifiedDeclaration()