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.h538 NotAModuleDecl, enumerator
550 if (State == NotAModuleDecl) in handleExport()
559 else if (State == NotAModuleDecl) in handleModule()
618 bool isNotAModuleDecl() const { return State == NotAModuleDecl; } in isNotAModuleDecl()
632 State = NotAModuleDecl; in reset()
636 ModuleDeclState State = NotAModuleDecl;