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.h541 ImplementationCandidate, enumerator
560 State = ImplementationCandidate; in handleModule()
590 else if (State == ImplementationCandidate) in handleSemi()
604 return State == InterfaceCandidate || State == ImplementationCandidate; in isModuleCandidate()