Searched refs:Ident__VA_ARGS__ (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DPreprocessor.cpp108 (Ident__VA_ARGS__ = getIdentifierInfo("__VA_ARGS__"))->setIsPoisoned();
109 SetPoisonReason(Ident__VA_ARGS__,diag::ext_pp_bad_vaargs_use);
630 if (&II == Ident__VA_ARGS__)
631 CurrentIsPoisoned = Ident__VA_ARGS__->isPoisoned();
636 if (&II == Ident__VA_ARGS__)
H A DPPDirectives.cpp1736 Arguments.push_back(Ident__VA_ARGS__);
1851 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned!");
1853 Ident__VA_ARGS__->setIsPoisoned(false);
1938 if (NumTokens && Tok.getIdentifierInfo() == Ident__VA_ARGS__ &&
1972 Ident__VA_ARGS__->setIsPoisoned(true);
1989 Ident__VA_ARGS__->setIsPoisoned(true);
/external/clang/include/clang/Lex/
H A DPreprocessor.h117 IdentifierInfo *Ident__VA_ARGS__; // __VA_ARGS__ member in class:clang::Preprocessor

Completed in 31 milliseconds