Searched refs:ExternKW (Results 1 – 2 of 2) sorted by relevance
1070 if (SourceLocation ExternKW = getExternKeywordLoc(); ExternKW.isValid()) in getSourceRange() local1071 Range.setBegin(ExternKW); in getSourceRange()1490 if (SourceLocation ExternKW = getExternKeywordLoc(); ExternKW.isValid()) in getSourceRange() local1491 Range.setBegin(ExternKW); in getSourceRange()
1645 ArrayRef<syntax::Token> Range, const syntax::Token *ExternKW, in foldExplicitTemplateInstantiation() argument1648 assert(!ExternKW || ExternKW->kind() == tok::kw_extern); in foldExplicitTemplateInstantiation()1650 Builder.markChildToken(ExternKW, syntax::NodeRole::ExternKeyword); in foldExplicitTemplateInstantiation()