Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h542 NamedModuleInterface, enumerator
589 State = NamedModuleInterface; in handleSemi()
608 return State == NamedModuleInterface || in isNamedModule()
612 bool isNamedInterface() const { return State == NamedModuleInterface; } in isNamedInterface()