Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp124 (Ident__VA_ARGS__ = getIdentifierInfo("__VA_ARGS__"))->setIsPoisoned(); in Preprocessor()
125 SetPoisonReason(Ident__VA_ARGS__,diag::ext_pp_bad_vaargs_use); in Preprocessor()
790 &II == Ident__VA_ARGS__ || &II == Ident__VA_OPT__; in HandleIdentifier()
H A DPPDirectives.cpp2799 Parameters.push_back(Ident__VA_ARGS__); in ReadMacroParameterList()
3077 if (!Tokens.empty() && Tok.getIdentifierInfo() == Ident__VA_ARGS__ && in ReadOptionalMacroParameterListAndBody()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h170 IdentifierInfo *Ident__VA_ARGS__; // __VA_ARGS__ variable