Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h495 InterfaceCandidate, enumerator
513 State = InterfaceCandidate; in handleModule()
543 if (State == InterfaceCandidate) in handleSemi()
559 return State == InterfaceCandidate || State == ImplementationCandidate; in isModuleCandidate()