Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp2326 void Preprocessor::HandleIfdefDirective(Token &Result, bool isIfndef, in HandleIfdefDirective() argument
2344 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef"); in HandleIfdefDirective()
2356 assert(isIfndef && "#ifdef shouldn't reach here"); in HandleIfdefDirective()
2367 if (isIfndef) in HandleIfdefDirective()
2374 if (!MI == isIfndef) { in HandleIfdefDirective()
/external/clang/include/clang/Lex/
DPreprocessor.h1585 void HandleIfdefDirective(Token &Tok, bool isIfndef,