Searched refs:GlobalVarDecl (Results 1 – 2 of 2) sorted by relevance
79 VarDecl *GlobalVarDecl; member in __anonb8493dda0111::RewriteObjC618 GlobalVarDecl = nullptr; in InitializeCommon()3477 if (GlobalVarDecl) in SynthesizeBlockImpl()3487 if (GlobalVarDecl) in SynthesizeBlockImpl()3534 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()3536 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()3537 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()3540 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()3594 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()3596 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()[all …]
81 VarDecl *GlobalVarDecl; member in __anonc09f721f0111::RewriteModernObjC689 GlobalVarDecl = nullptr; in InitializeCommon()4260 if (GlobalVarDecl) in SynthesizeBlockImpl()4270 if (GlobalVarDecl) in SynthesizeBlockImpl()4313 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()4315 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()4316 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()4319 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()4375 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()4377 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()[all …]