Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h496 NotAModuleDecl, enumerator
508 if (State == NotAModuleDecl) in handleExport()
517 else if (State == NotAModuleDecl) in handleModule()
588 State = NotAModuleDecl; in reset()
592 ModuleDeclState State = NotAModuleDecl;