Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp776 std::pair<IdentifierInfo*, SourceLocation> NameComponent; in LexModuleName() local
777 if (LexModuleNameComponent(PP, Tok, NameComponent, ModuleName.empty())) in LexModuleName()
779 ModuleName.push_back(NameComponent); in LexModuleName()