Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h507 else if (!isNamedModule()) in handleExport()
516 else if (!isNamedModule()) in handleModule()
523 else if (!isNamedModule()) in handleIdentifier()
530 else if (!isNamedModule()) in handleColon()
537 else if (!isNamedModule()) in handlePeriod()
549 } else if (!isNamedModule()) in handleSemi()
554 if (!isNamedModule()) in handleMisc()
562 bool isNamedModule() const { in isNamedModule() function
574 assert(isNamedModule() && "Can't get name from a non named module"); in getName()
579 assert(isNamedModule() && "Can't get name from a non named module"); in getPrimaryName()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp1166 if (Result.is(tok::colon) && ModuleDeclState.isNamedModule()) { in LexAfterModuleImport()