Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp836 return HandleIfdefDirective(Result, false, true/*not valid for miopt*/); in HandleDirective()
838 return HandleIfdefDirective(Result, true, ReadAnyTokensBeforeDirective); in HandleDirective()
2382 void Preprocessor::HandleIfdefDirective(Token &Result, bool isIfndef, in HandleIfdefDirective() function in Preprocessor
/external/clang/include/clang/Lex/
DPreprocessor.h1868 void HandleIfdefDirective(Token &Tok, bool isIfndef,