Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h499 ImplementationCandidate, enumerator
518 State = ImplementationCandidate; in handleModule()
548 else if (State == ImplementationCandidate) in handleSemi()
562 return State == InterfaceCandidate || State == ImplementationCandidate; in isModuleCandidate()