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

References

include/llvm/Support/GenericDomTree.h
  225   using ParentPtr = decltype(std::declval<NodeT *>()->getParent());
tools/clang/include/clang/Analysis/Analyses/Dominators.h
  111         bool IsEntryBlock = *I == &(*I)->getParent()->getEntry();
  112         bool IsExitBlock = *I == &(*I)->getParent()->getExit();
tools/clang/lib/Analysis/CFG.cpp
 5766   return llvm::find(*getParent(), this) - getParent()->begin();
 5766   return llvm::find(*getParent(), this) - getParent()->begin();
 5776   dump(getParent(), LangOptions(), false);
 5834   const CFG &Cfg = *getParent();
tools/clang/lib/Analysis/PathDiagnostic.cpp
  666         assert(BSrc == &BSrc->getParent()->getEntry() && "CFGBlock has no "
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  431   if (&Src->getParent()->getEntry() != Src || !CurrT ||