Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h500 NamedModuleInterface, enumerator
547 State = NamedModuleInterface; in handleSemi()
566 return State == NamedModuleInterface || in isNamedModule()
570 bool isNamedInterface() const { return State == NamedModuleInterface; } in isNamedInterface()