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

References

tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  390     for (; Ctx && isa<NamedDecl>(Ctx); Ctx = Ctx->getParent()) {
  390     for (; Ctx && isa<NamedDecl>(Ctx); Ctx = Ctx->getParent()) {
  390     for (; Ctx && isa<NamedDecl>(Ctx); Ctx = Ctx->getParent()) {
  390     for (; Ctx && isa<NamedDecl>(Ctx); Ctx = Ctx->getParent()) {
  394       if (const auto *ND = dyn_cast<NamespaceDecl>(Ctx)) {
  400       if (const auto *RD = dyn_cast<RecordDecl>(Ctx)) {