Searched refs:GlobalVarDecl (Results 1 – 2 of 2) sorted by relevance
79 VarDecl *GlobalVarDecl; member in __anon0b295c890111::RewriteObjC620 GlobalVarDecl = nullptr; in InitializeCommon()3478 if (GlobalVarDecl) in SynthesizeBlockImpl()3488 if (GlobalVarDecl) in SynthesizeBlockImpl()3535 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()3541 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()3601 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()3603 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()4395 else if (GlobalVarDecl) in SynthBlockInitExpr()4860 GlobalVarDecl = VD; in HandleDeclInMainFile()[all …]
80 VarDecl *GlobalVarDecl; member in __anonadad980e0111::RewriteModernObjC690 GlobalVarDecl = nullptr; in InitializeCommon()4272 if (GlobalVarDecl) in SynthesizeBlockImpl()4282 if (GlobalVarDecl) in SynthesizeBlockImpl()4326 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()4332 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()4398 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()5247 else if (GlobalVarDecl) in SynthBlockInitExpr()5253 if (GlobalBlockExpr && !GlobalVarDecl) { in SynthBlockInitExpr()5767 GlobalVarDecl = VD; in HandleDeclInMainFile()[all …]