Lines Matching refs:GlobalVarDecl
78 VarDecl *GlobalVarDecl; member in __anon40098a510111::RewriteObjC
620 GlobalVarDecl = nullptr; in InitializeCommon()
3479 if (GlobalVarDecl) in SynthesizeBlockImpl()
3489 if (GlobalVarDecl) in SynthesizeBlockImpl()
3536 bool RewriteSC = (GlobalVarDecl && in SynthesizeBlockLiterals()
3538 GlobalVarDecl->getStorageClass() == SC_Static && in SynthesizeBlockLiterals()
3539 GlobalVarDecl->getType().getCVRQualifiers()); in SynthesizeBlockLiterals()
3542 SC += GlobalVarDecl->getNameAsString(); in SynthesizeBlockLiterals()
3602 if (GlobalVarDecl->getStorageClass() == SC_Static) in SynthesizeBlockLiterals()
3604 if (GlobalVarDecl->getType().isConstQualified()) in SynthesizeBlockLiterals()
3606 if (GlobalVarDecl->getType().isVolatileQualified()) in SynthesizeBlockLiterals()
3608 if (GlobalVarDecl->getType().isRestrictQualified()) in SynthesizeBlockLiterals()
4393 else if (GlobalVarDecl) in SynthBlockInitExpr()
4394 FuncName = std::string(GlobalVarDecl->getNameAsString()); in SynthBlockInitExpr()
4863 GlobalVarDecl = VD; in HandleDeclInMainFile()
4872 GlobalVarDecl = nullptr; in HandleDeclInMainFile()