reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
689 GlobalVarDecl = nullptr; 4268 if (GlobalVarDecl) 4278 if (GlobalVarDecl) 4322 bool RewriteSC = (GlobalVarDecl && 4324 GlobalVarDecl->getStorageClass() == SC_Static && 4325 GlobalVarDecl->getType().getCVRQualifiers()); 4328 SC += GlobalVarDecl->getNameAsString(); 4392 if (GlobalVarDecl->getStorageClass() == SC_Static) 4394 if (GlobalVarDecl->getType().isConstQualified()) 4396 if (GlobalVarDecl->getType().isVolatileQualified()) 4398 if (GlobalVarDecl->getType().isRestrictQualified()) 5240 else if (GlobalVarDecl) 5241 FuncName = std::string(GlobalVarDecl->getNameAsString()); 5246 if (GlobalBlockExpr && !GlobalVarDecl) { 5760 GlobalVarDecl = VD; 5769 GlobalVarDecl = nullptr;