Lines Matching refs:GlobalVarDecl
79 VarDecl *GlobalVarDecl; member in __anon0b295c890111::RewriteObjC
620 GlobalVarDecl = nullptr; in InitializeCommon()
3478 if (GlobalVarDecl) in SynthesizeBlockImpl()
3488 if (GlobalVarDecl) in SynthesizeBlockImpl()
3535 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()
3537 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()
3538 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()
3541 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()
3601 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()
3603 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()
3605 if (GlobalVarDecl->getType().isVolatileQualified()) in SynthesizeBlockLiterals()
3607 if (GlobalVarDecl->getType().isRestrictQualified()) in SynthesizeBlockLiterals()
4395 else if (GlobalVarDecl) in SynthBlockInitExpr()
4396 FuncName = std::string(GlobalVarDecl->getNameAsString()); in SynthBlockInitExpr()
4860 GlobalVarDecl = VD; in HandleDeclInMainFile()
4869 GlobalVarDecl = nullptr; in HandleDeclInMainFile()