reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Lex/VariadicMacroSupport.h
   37         : PP(P), Ident__VA_ARGS__(PP.Ident__VA_ARGS__),
tools/clang/lib/Lex/PPDirectives.cpp
 2347       Parameters.push_back(Ident__VA_ARGS__);
 2624         if (NumTokens && Tok.getIdentifierInfo() == Ident__VA_ARGS__ &&
tools/clang/lib/Lex/Preprocessor.cpp
  117   (Ident__VA_ARGS__ = getIdentifierInfo("__VA_ARGS__"))->setIsPoisoned();
  118   SetPoisonReason(Ident__VA_ARGS__,diag::ext_pp_bad_vaargs_use);
  805         &II == Ident__VA_ARGS__ || &II == Ident__VA_OPT__;