Lines Matching defs:GlobalVarDecl
80 VarDecl *GlobalVarDecl;
690 GlobalVarDecl = nullptr;
4268 if (GlobalVarDecl)
4278 if (GlobalVarDecl)
4321 bool RewriteSC = (GlobalVarDecl &&
4323 GlobalVarDecl->getStorageClass() == SC_Static &&
4324 GlobalVarDecl->getType().getCVRQualifiers());
4327 SC += GlobalVarDecl->getNameAsString();
4391 if (GlobalVarDecl->getStorageClass() == SC_Static)
4393 if (GlobalVarDecl->getType().isConstQualified())
4395 if (GlobalVarDecl->getType().isVolatileQualified())
4397 if (GlobalVarDecl->getType().isRestrictQualified())
5238 else if (GlobalVarDecl)
5239 FuncName = std::string(GlobalVarDecl->getNameAsString());
5244 if (GlobalBlockExpr && !GlobalVarDecl) {
5761 GlobalVarDecl = VD;
5770 GlobalVarDecl = nullptr;