Searched refs:isIfndef (Results 1 - 2 of 2) 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) {
/external/clang/include/clang/Lex/
H A DPreprocessor.h1540 void HandleIfdefDirective(Token &Tok, bool isIfndef,

Completed in 67 milliseconds