Home
last modified time | relevance | path

Searched refs:isIfndef (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Lex/
DPPDirectives.cpp2382 void Preprocessor::HandleIfdefDirective(Token &Result, bool isIfndef, in HandleIfdefDirective() argument
2400 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef"); in HandleIfdefDirective()
2412 assert(isIfndef && "#ifdef shouldn't reach here"); in HandleIfdefDirective()
2423 if (isIfndef) in HandleIfdefDirective()
2430 if (!MI == isIfndef) { in HandleIfdefDirective()
/external/clang/include/clang/Lex/
DPreprocessor.h1868 void HandleIfdefDirective(Token &Tok, bool isIfndef,