Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DVariadicMacroSupport.h33 IdentifierInfo *const Ident__VA_OPT__; variable
38 Ident__VA_OPT__(PP.Ident__VA_OPT__) { in VariadicMacroScopeGuard()
43 !Ident__VA_OPT__ || in VariadicMacroScopeGuard()
44 (Ident__VA_OPT__->isPoisoned() && "__VA_OPT__ should be poisoned!")); in VariadicMacroScopeGuard()
51 if (Ident__VA_OPT__) in enterScope()
52 Ident__VA_OPT__->setIsPoisoned(false); in enterScope()
61 if (Ident__VA_OPT__) in exitScope()
62 Ident__VA_OPT__->setIsPoisoned(true); in exitScope()
74 const IdentifierInfo *const Ident__VA_OPT__; variable
79 : Ident__VA_OPT__(PP.Ident__VA_OPT__) {} in VAOptDefinitionContext()
[all …]
DPreprocessor.h163 IdentifierInfo *Ident__VA_OPT__; // __VA_OPT__ variable
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp123 (Ident__VA_OPT__ = getIdentifierInfo("__VA_OPT__"))->setIsPoisoned(); in Preprocessor()
124 SetPoisonReason(Ident__VA_OPT__,diag::ext_pp_bad_vaopt_use); in Preprocessor()
126 Ident__VA_OPT__ = nullptr; in Preprocessor()
812 &II == Ident__VA_ARGS__ || &II == Ident__VA_OPT__; in HandleIdentifier()