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.h519 ImplementationCandidate, enumerator
538 State = ImplementationCandidate; in handleModule()
568 else if (State == ImplementationCandidate) in handleSemi()
582 return State == InterfaceCandidate || State == ImplementationCandidate; in isModuleCandidate()