Lines Matching refs:GlobalVarDecl
80 VarDecl *GlobalVarDecl; member in __anon2abafbd60111::RewriteModernObjC
691 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()
4398 if (GlobalVarDecl->getType().isVolatileQualified()) in SynthesizeBlockLiterals()
4400 if (GlobalVarDecl->getType().isRestrictQualified()) in SynthesizeBlockLiterals()
5241 else if (GlobalVarDecl) in SynthBlockInitExpr()
5242 FuncName = std::string(GlobalVarDecl->getNameAsString()); in SynthBlockInitExpr()
5247 if (GlobalBlockExpr && !GlobalVarDecl) { in SynthBlockInitExpr()
5764 GlobalVarDecl = VD; in HandleDeclInMainFile()
5773 GlobalVarDecl = nullptr; in HandleDeclInMainFile()