reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Interp/Program.cpp
  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())