Lines Matching refs:GlobalVarDecl
78 VarDecl *GlobalVarDecl; member in __anon6e6e6bfc0111::RewriteObjC
619 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()
4396 else if (GlobalVarDecl) in SynthBlockInitExpr()
4397 FuncName = std::string(GlobalVarDecl->getNameAsString()); in SynthBlockInitExpr()
4865 GlobalVarDecl = VD; in HandleDeclInMainFile()
4874 GlobalVarDecl = nullptr; in HandleDeclInMainFile()