Searched refs:GlobalVarDecl (Results 1 – 2 of 2) sorted by relevance
78 VarDecl *GlobalVarDecl; member in __anon40098a510111::RewriteObjC620 GlobalVarDecl = nullptr; in InitializeCommon()3479 if (GlobalVarDecl) in SynthesizeBlockImpl()3489 if (GlobalVarDecl) in SynthesizeBlockImpl()3536 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()3538 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()3539 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()3542 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()3602 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()3604 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()[all …]
80 VarDecl *GlobalVarDecl; member in __anon2abafbd60111::RewriteModernObjC691 GlobalVarDecl = nullptr; in InitializeCommon()4270 if (GlobalVarDecl) in SynthesizeBlockImpl()4280 if (GlobalVarDecl) in SynthesizeBlockImpl()4324 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()4326 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()4327 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()4330 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()4394 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()4396 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()[all …]