Home
last modified time | relevance | path

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

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