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 113 (Ident__VA_ARGS__ = getIdentifierInfo("__VA_ARGS__"))->setIsPoisoned();
114 SetPoisonReason(Ident__VA_ARGS__,diag::ext_pp_bad_vaargs_use);
608 if (&II == Ident__VA_ARGS__)
609 CurrentIsPoisoned = Ident__VA_ARGS__->isPoisoned();
614 if (&II == Ident__VA_ARGS__)
PPDirectives.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 127 IdentifierInfo *Ident__VA_ARGS__; // __VA_ARGS__
    [all...]

Completed in 27 milliseconds