Home | History | Annotate | Download | only in Frontend

Lines Matching refs:GlobalVarDecl

77     VarDecl *GlobalVarDecl;
628 GlobalVarDecl = nullptr;
3511 if (GlobalVarDecl)
3521 if (GlobalVarDecl)
3568 bool RewriteSC = (GlobalVarDecl &&
3570 GlobalVarDecl->getStorageClass() == SC_Static &&
3571 GlobalVarDecl->getType().getCVRQualifiers());
3574 SC += GlobalVarDecl->getNameAsString();
3634 if (GlobalVarDecl->getStorageClass() == SC_Static)
3636 if (GlobalVarDecl->getType().isConstQualified())
3638 if (GlobalVarDecl->getType().isVolatileQualified())
3640 if (GlobalVarDecl->getType().isRestrictQualified())
4448 else if (GlobalVarDecl)
4449 FuncName = std::string(GlobalVarDecl->getNameAsString());
4919 GlobalVarDecl = VD;
4928 GlobalVarDecl = nullptr;