Searched refs:GlobalVarDecl (Results 1 – 2 of 2) sorted by relevance
78 VarDecl *GlobalVarDecl; member in __anon31b8868f0111::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 __anon1f51ae940111::RewriteModernObjC690 GlobalVarDecl = nullptr; in InitializeCommon()4268 if (GlobalVarDecl) in SynthesizeBlockImpl()4278 if (GlobalVarDecl) in SynthesizeBlockImpl()4321 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()4323 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()4324 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()4327 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()4391 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()4393 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()[all …]