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

  /external/clang/lib/Lex/
Preprocessor.cpp 117 (Ident__VA_ARGS__ = getIdentifierInfo("__VA_ARGS__"))->setIsPoisoned();
118 SetPoisonReason(Ident__VA_ARGS__,diag::ext_pp_bad_vaargs_use);
642 if (&II == Ident__VA_ARGS__)
643 CurrentIsPoisoned = Ident__VA_ARGS__->isPoisoned();
648 if (&II == Ident__VA_ARGS__)
    [all...]
PPDirectives.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 130 IdentifierInfo *Ident__VA_ARGS__; // __VA_ARGS__
    [all...]

Completed in 56 milliseconds