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

References

tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  530   for (const LocationContext *LCtx = this; LCtx; LCtx = LCtx->getParent()) {
  530   for (const LocationContext *LCtx = this; LCtx; LCtx = LCtx->getParent()) {
  530   for (const LocationContext *LCtx = this; LCtx; LCtx = LCtx->getParent()) {
  532         << "{ \"lctx_id\": " << LCtx->getID() << ", \"location_context\": \"";
  533     switch (LCtx->getKind()) {
  537       if (const auto *D = dyn_cast<NamedDecl>(LCtx->getDecl()))
  543       if (const Stmt *S = cast<StackFrameContext>(LCtx)->getCallSite()) {
  556       if (const Decl *D = cast<BlockInvocationContext>(LCtx)->getDecl()) {
  564     printMoreInfoPerContext(LCtx);
  567     if (LCtx->getParent())