Home | History | Annotate | Download | only in Frontend

Lines Matching refs:GlobalVarDecl

77     VarDecl *GlobalVarDecl;
704 GlobalVarDecl = nullptr;
4385 if (GlobalVarDecl)
4395 if (GlobalVarDecl)
4439 bool RewriteSC = (GlobalVarDecl &&
4441 GlobalVarDecl->getStorageClass() == SC_Static &&
4442 GlobalVarDecl->getType().getCVRQualifiers());
4445 SC += GlobalVarDecl->getNameAsString();
4509 if (GlobalVarDecl->getStorageClass() == SC_Static)
4511 if (GlobalVarDecl->getType().isConstQualified())
4513 if (GlobalVarDecl->getType().isVolatileQualified())
4515 if (GlobalVarDecl->getType().isRestrictQualified())
5383 else if (GlobalVarDecl)
5384 FuncName = std::string(GlobalVarDecl->getNameAsString());
5389 if (GlobalBlockExpr && !GlobalVarDecl) {
5903 GlobalVarDecl = VD;
5912 GlobalVarDecl = nullptr;