Lines Matching defs:GlobalVarDecl
81 VarDecl *GlobalVarDecl;
689 GlobalVarDecl = nullptr;
4260 if (GlobalVarDecl)
4270 if (GlobalVarDecl)
4313 bool RewriteSC = (GlobalVarDecl &&
4315 GlobalVarDecl->getStorageClass() == SC_Static &&
4316 GlobalVarDecl->getType().getCVRQualifiers());
4319 SC += GlobalVarDecl->getNameAsString();
4375 if (GlobalVarDecl->getStorageClass() == SC_Static)
4377 if (GlobalVarDecl->getType().isConstQualified())
4379 if (GlobalVarDecl->getType().isVolatileQualified())
4381 if (GlobalVarDecl->getType().isRestrictQualified())
5210 else if (GlobalVarDecl)
5211 FuncName = std::string(GlobalVarDecl->getNameAsString());
5216 if (GlobalBlockExpr && !GlobalVarDecl) {
5727 GlobalVarDecl = VD;
5736 GlobalVarDecl = nullptr;