Home
last modified time | relevance | path

Searched refs:ExternKW (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp1026 if (SourceLocation ExternKW = getExternKeywordLoc(); ExternKW.isValid()) in getSourceRange() local
1027 Range.setBegin(ExternKW); in getSourceRange()
1442 if (SourceLocation ExternKW = getExternKeywordLoc(); ExternKW.isValid()) in getSourceRange() local
1443 Range.setBegin(ExternKW); in getSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1653 ArrayRef<syntax::Token> Range, const syntax::Token *ExternKW, in foldExplicitTemplateInstantiation() argument
1656 assert(!ExternKW || ExternKW->kind() == tok::kw_extern); in foldExplicitTemplateInstantiation()
1658 Builder.markChildToken(ExternKW, syntax::NodeRole::ExternKeyword); in foldExplicitTemplateInstantiation()