Lines Matching defs:GlobalVarDecl
79 VarDecl *GlobalVarDecl;
618 GlobalVarDecl = nullptr;
3477 if (GlobalVarDecl)
3487 if (GlobalVarDecl)
3534 bool RewriteSC = (GlobalVarDecl &&
3536 GlobalVarDecl->getStorageClass() == SC_Static &&
3537 GlobalVarDecl->getType().getCVRQualifiers());
3540 SC += GlobalVarDecl->getNameAsString();
3594 if (GlobalVarDecl->getStorageClass() == SC_Static)
3596 if (GlobalVarDecl->getType().isConstQualified())
3598 if (GlobalVarDecl->getType().isVolatileQualified())
3600 if (GlobalVarDecl->getType().isRestrictQualified())
4374 else if (GlobalVarDecl)
4375 FuncName = std::string(GlobalVarDecl->getNameAsString());
4842 GlobalVarDecl = VD;
4851 GlobalVarDecl = nullptr;