reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
143 if (auto *Var = dyn_cast<VarDecl>(VD)) { 150 if (auto Idx = createGlobal(VD, VD->getType(), IsStatic, IsExtern)) { 150 if (auto Idx = createGlobal(VD, VD->getType(), IsStatic, IsExtern)) { 151 for (const Decl *P = VD; P; P = P->getPreviousDecl())