Lines Matching refs:GlobalVarDecl
80 VarDecl *GlobalVarDecl; member in __anonadad980e0111::RewriteModernObjC
690 GlobalVarDecl = nullptr; in InitializeCommon()
4272 if (GlobalVarDecl) in SynthesizeBlockImpl()
4282 if (GlobalVarDecl) in SynthesizeBlockImpl()
4326 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()
4328 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()
4329 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()
4332 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()
4396 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()
4398 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()
4400 if (GlobalVarDecl->getType().isVolatileQualified()) in SynthesizeBlockLiterals()
4402 if (GlobalVarDecl->getType().isRestrictQualified()) in SynthesizeBlockLiterals()
5247 else if (GlobalVarDecl) in SynthBlockInitExpr()
5248 FuncName = std::string(GlobalVarDecl->getNameAsString()); in SynthBlockInitExpr()
5253 if (GlobalBlockExpr && !GlobalVarDecl) { in SynthBlockInitExpr()
5767 GlobalVarDecl = VD; in HandleDeclInMainFile()
5776 GlobalVarDecl = nullptr; in HandleDeclInMainFile()