Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h493 NotAModuleDecl, enumerator
502 ModuleDeclSeq() : State(NotAModuleDecl) {} in ModuleDeclSeq()
505 if (State == NotAModuleDecl) in handleExport()
514 else if (State == NotAModuleDecl) in handleModule()
585 State = NotAModuleDecl; in reset()