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

/external/clang/lib/Lex/
H A DPPDirectives.cpp2178 /// HandleIfdefDirective - Implements the \#ifdef/\#ifndef directive. isIfndef
2183 void Preprocessor::HandleIfdefDirective(Token &Result, bool isIfndef, argument
2201 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef");
2213 assert(isIfndef && "#ifdef shouldn't reach here");
2224 if (isIfndef)
2231 if (!MI == isIfndef) {

Completed in 274 milliseconds