Searched refs:GlobalVarDecl (Results 1 – 2 of 2) sorted by relevance
78 VarDecl *GlobalVarDecl; member in __anonf8c858050111::RewriteObjC620 GlobalVarDecl = nullptr; in InitializeCommon()3491 if (GlobalVarDecl) in SynthesizeBlockImpl()3501 if (GlobalVarDecl) in SynthesizeBlockImpl()3548 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()3550 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()3551 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()3554 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()3614 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()3616 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()[all …]
79 VarDecl *GlobalVarDecl; member in __anon7c92408a0111::RewriteModernObjC690 GlobalVarDecl = nullptr; in InitializeCommon()4280 if (GlobalVarDecl) in SynthesizeBlockImpl()4290 if (GlobalVarDecl) in SynthesizeBlockImpl()4334 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()4336 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()4337 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()4340 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()4404 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()4406 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()[all …]