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

References

tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  487   for (const LocationContext *LCtx = this; LCtx; LCtx = LCtx->getParent()) {
  487   for (const LocationContext *LCtx = this; LCtx; LCtx = LCtx->getParent()) {
  487   for (const LocationContext *LCtx = this; LCtx; LCtx = LCtx->getParent()) {
  488     switch (LCtx->getKind()) {
  492       if (const auto *D = dyn_cast<NamedDecl>(LCtx->getDecl()))
  496       if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) {
  506       if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) {
  514     printMoreInfoPerContext(LCtx);