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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp261 bool Preprocessor::CheckMacroName(Token &MacroNameTok, MacroUse isDefineUndef, argument
282 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) {
287 if (isDefineUndef == MU_Undef) {
304 if (isDefineUndef == MU_Define) {
307 else if (isDefineUndef == MU_Undef)
331 /// \param isDefineUndef Context in which macro is used.
333 void Preprocessor::ReadMacroName(Token &MacroNameTok, MacroUse isDefineUndef, argument
340 CodeComplete->CodeCompleteMacroName(isDefineUndef == MU_Define);
345 if (!CheckMacroName(MacroNameTok, isDefineUndef, ShadowFlag))
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h2034 bool CheckMacroName(Token &MacroNameTok, MacroUse isDefineUndef,

Completed in 230 milliseconds