Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DVariadicMacroSupport.h32 IdentifierInfo *const Ident__VA_ARGS__; variable
37 : PP(P), Ident__VA_ARGS__(PP.Ident__VA_ARGS__), in VariadicMacroScopeGuard()
39 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned " in VariadicMacroScopeGuard()
50 Ident__VA_ARGS__->setIsPoisoned(false); in enterScope()
60 Ident__VA_ARGS__->setIsPoisoned(true); in exitScope()
DPreprocessor.h162 IdentifierInfo *Ident__VA_ARGS__; // __VA_ARGS__ variable
/external/clang/lib/Lex/
DPreprocessor.cpp117 (Ident__VA_ARGS__ = getIdentifierInfo("__VA_ARGS__"))->setIsPoisoned(); in Preprocessor()
118 SetPoisonReason(Ident__VA_ARGS__,diag::ext_pp_bad_vaargs_use); in Preprocessor()
642 if (&II == Ident__VA_ARGS__) in HandleIdentifier()
643 CurrentIsPoisoned = Ident__VA_ARGS__->isPoisoned(); in HandleIdentifier()
648 if (&II == Ident__VA_ARGS__) in HandleIdentifier()
DPPDirectives.cpp2159 Arguments.push_back(Ident__VA_ARGS__); in ReadMacroDefinitionArgList()
2315 assert(Ident__VA_ARGS__->isPoisoned() && "__VA_ARGS__ should be poisoned!"); in HandleDefineDirective()
2317 Ident__VA_ARGS__->setIsPoisoned(false); in HandleDefineDirective()
2400 if (NumTokens && Tok.getIdentifierInfo() == Ident__VA_ARGS__ && in HandleDefineDirective()
2429 Ident__VA_ARGS__->setIsPoisoned(true); in HandleDefineDirective()
2450 Ident__VA_ARGS__->setIsPoisoned(true); in HandleDefineDirective()
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp120 (Ident__VA_ARGS__ = getIdentifierInfo("__VA_ARGS__"))->setIsPoisoned(); in Preprocessor()
121 SetPoisonReason(Ident__VA_ARGS__,diag::ext_pp_bad_vaargs_use); in Preprocessor()
812 &II == Ident__VA_ARGS__ || &II == Ident__VA_OPT__; in HandleIdentifier()
DPPDirectives.cpp2414 Parameters.push_back(Ident__VA_ARGS__); in ReadMacroParameterList()
2691 if (NumTokens && Tok.getIdentifierInfo() == Ident__VA_ARGS__ && in ReadOptionalMacroParameterListAndBody()
/external/clang/include/clang/Lex/
DPreprocessor.h130 IdentifierInfo *Ident__VA_ARGS__; // __VA_ARGS__ variable