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

/external/clang/lib/Lex/
H A DPPDirectives.cpp2015 /// HandleIfdefDirective - Implements the \#ifdef/\#ifndef directive. isIfndef
2020 void Preprocessor::HandleIfdefDirective(Token &Result, bool isIfndef, argument
2038 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef");
2050 assert(isIfndef && "#ifdef shouldn't reach here");
2061 if (isIfndef)
2068 if (!MI == isIfndef) {

Completed in 49 milliseconds