Lines Matching refs:GlobalVarDecl
79 VarDecl *GlobalVarDecl; member in __anoneeab31c10111::RewriteModernObjC
686 GlobalVarDecl = nullptr; in InitializeCommon()
4277 if (GlobalVarDecl) in SynthesizeBlockImpl()
4287 if (GlobalVarDecl) in SynthesizeBlockImpl()
4331 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()
4333 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()
4334 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()
4337 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()
4401 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()
4403 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()
4405 if (GlobalVarDecl->getType().isVolatileQualified()) in SynthesizeBlockLiterals()
4407 if (GlobalVarDecl->getType().isRestrictQualified()) in SynthesizeBlockLiterals()
5253 else if (GlobalVarDecl) in SynthBlockInitExpr()
5254 FuncName = std::string(GlobalVarDecl->getNameAsString()); in SynthBlockInitExpr()
5259 if (GlobalBlockExpr && !GlobalVarDecl) { in SynthBlockInitExpr()
5776 GlobalVarDecl = VD; in HandleDeclInMainFile()
5785 GlobalVarDecl = nullptr; in HandleDeclInMainFile()