HomeSort by relevance Sort by last modified time
    Searched refs:Ifdef (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Lex/
PPCallbacks.h 202 /// \param IfLoc the source location of the #if/#ifdef/#ifndef directive.
208 /// Ifdef -- This hook is called whenever an #ifdef is seen.
211 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok) {
222 /// \param IfLoc the source location of the #if/#ifdef/#ifndef directive.
228 /// \param IfLoc the source location of the #if/#ifdef/#ifndef directive.
358 /// Ifdef -- This hook is called whenever an #ifdef is seen.
359 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok) {
360 First->Ifdef(Loc, MacroNameTok)
    [all...]
PreprocessingRecord.h 607 virtual void Ifdef(SourceLocation Loc, const Token &MacroNameTok);
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 481 void PreprocessingRecord::Ifdef(SourceLocation Loc, const Token &MacroNameTok) {
PPDirectives.cpp 99 /// else (e.g. #ifdef).
308 Sub == "def" || // "ifdef"
310 // We know the entire #if/#ifdef/#ifndef block will be skipped, don't
    [all...]
  /external/libpng/
CHANGES 309 Removed #ifdef/#endif around a png_free() in pngread.c
395 Added #ifdef PNG_DEBUG/#endif surrounding use of PNG_DEBUG in png.h .
409 Removed misplaced #endif and #ifdef PNG_NO_EXTERN near the end of png.h
542 Remove all the new declarations with #ifdef/#endif when
556 #ifdef PNG_iTXt_SUPPORTED
    [all...]

Completed in 139 milliseconds