Searched defs:isDefineUndef (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DPPDirectives.cpp139 bool Preprocessor::CheckMacroName(Token &MacroNameTok, MacroUse isDefineUndef, argument
168 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) {
173 if (isDefineUndef == MU_Undef) {
190 if (isDefineUndef == MU_Define) {
193 else if (isDefineUndef == MU_Undef)
217 /// \param isDefineUndef Context in which macro is used.
219 void Preprocessor::ReadMacroName(Token &MacroNameTok, MacroUse isDefineUndef, argument
226 CodeComplete->CodeCompleteMacroName(isDefineUndef == MU_Define);
231 if (!CheckMacroName(MacroNameTok, isDefineUndef, ShadowFlag))

Completed in 63 milliseconds