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 110 (Ident__VA_ARGS__ = getIdentifierInfo("__VA_ARGS__"))->setIsPoisoned();
111 SetPoisonReason(Ident__VA_ARGS__,diag::ext_pp_bad_vaargs_use);
585 if (&II == Ident__VA_ARGS__)
586 CurrentIsPoisoned = Ident__VA_ARGS__->isPoisoned();
591 if (&II == Ident__VA_ARGS__)
PPDirectives.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 120 IdentifierInfo *Ident__VA_ARGS__; // __VA_ARGS__
    [all...]

Completed in 52 milliseconds