Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:GlobalVarDecl

75     VarDecl *GlobalVarDecl;
625 GlobalVarDecl = 0;
3953 if (GlobalVarDecl)
3963 if (GlobalVarDecl)
4028 bool RewriteSC = (GlobalVarDecl &&
4030 GlobalVarDecl->getStorageClass() == SC_Static &&
4031 GlobalVarDecl->getType().getCVRQualifiers());
4034 SC += GlobalVarDecl->getNameAsString();
4098 if (GlobalVarDecl->getStorageClass() == SC_Static)
4100 if (GlobalVarDecl->getType().isConstQualified())
4102 if (GlobalVarDecl->getType().isVolatileQualified())
4104 if (GlobalVarDecl->getType().isRestrictQualified())
4976 else if (GlobalVarDecl)
4977 FuncName = std::string(GlobalVarDecl->getNameAsString());
4982 if (GlobalBlockExpr && !GlobalVarDecl) {
5490 GlobalVarDecl = VD;
5499 GlobalVarDecl = 0;