Searched refs:ExternKW (Results 1 – 2 of 2) sorted by relevance
1026 if (SourceLocation ExternKW = getExternKeywordLoc(); ExternKW.isValid()) in getSourceRange() local1027 Range.setBegin(ExternKW); in getSourceRange()1442 if (SourceLocation ExternKW = getExternKeywordLoc(); ExternKW.isValid()) in getSourceRange() local1443 Range.setBegin(ExternKW); in getSourceRange()
1653 ArrayRef<syntax::Token> Range, const syntax::Token *ExternKW, in foldExplicitTemplateInstantiation() argument1656 assert(!ExternKW || ExternKW->kind() == tok::kw_extern); in foldExplicitTemplateInstantiation()1658 Builder.markChildToken(ExternKW, syntax::NodeRole::ExternKeyword); in foldExplicitTemplateInstantiation()