Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h521 if (isModuleCandidate() && Identifier) in handleIdentifier()
528 if (isModuleCandidate()) in handleColon()
535 if (isModuleCandidate()) in handlePeriod()
542 if (!Name.empty() && isModuleCandidate()) { in handleSemi()
558 bool isModuleCandidate() const { in isModuleCandidate() function
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp974 if (ModuleDeclState.isModuleCandidate()) in Lex()