Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp2585 void Preprocessor::HandleIfdefDirective(Token &Result, bool isIfndef, in HandleIfdefDirective() argument
2603 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef"); in HandleIfdefDirective()
2615 assert(isIfndef && "#ifdef shouldn't reach here"); in HandleIfdefDirective()
2626 if (isIfndef) in HandleIfdefDirective()
2633 if (!MI == isIfndef) { in HandleIfdefDirective()
/external/clang/include/clang/Lex/
DPreprocessor.h1913 void HandleIfdefDirective(Token &Tok, bool isIfndef,