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

/external/clang/lib/Lex/
H A DPreprocessor.cpp110 (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__)
H A DPPDirectives.cpp1822 Arguments.push_back(Ident__VA_ARGS__);
1937 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned!");
1939 Ident__VA_ARGS__->setIsPoisoned(false);
2024 if (NumTokens && Tok.getIdentifierInfo() == Ident__VA_ARGS__ &&
2053 Ident__VA_ARGS__->setIsPoisoned(true);
2070 Ident__VA_ARGS__->setIsPoisoned(true);
/external/clang/include/clang/Lex/
H A DPreprocessor.h120 IdentifierInfo *Ident__VA_ARGS__; // __VA_ARGS__ member in class:clang::Preprocessor

Completed in 161 milliseconds