Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h516 NotAModuleDecl, enumerator
528 if (State == NotAModuleDecl) in handleExport()
537 else if (State == NotAModuleDecl) in handleModule()
608 State = NotAModuleDecl; in reset()
612 ModuleDeclState State = NotAModuleDecl;