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.h520 NamedModuleInterface, enumerator
567 State = NamedModuleInterface; in handleSemi()
586 return State == NamedModuleInterface || in isNamedModule()
590 bool isNamedInterface() const { return State == NamedModuleInterface; } in isNamedInterface()