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

References

tools/lldb/source/Symbol/ClangASTContext.cpp
 2370       if (lhs_decl_ctx && rhs_decl_ctx) {
 2372           if (lhs_decl_ctx && rhs_decl_ctx) {
 2374                 lhs_decl_ctx->getDeclKind();
 2378               lhs_decl_ctx = lhs_decl_ctx->getParent();
 2378               lhs_decl_ctx = lhs_decl_ctx->getParent();
 2381               if (lhs_decl_ctx == nullptr && rhs_decl_ctx == nullptr)
 2407         lhs_decl_ctx = lhs_decl->getDeclContext();
 2410           switch (lhs_decl_ctx->getDeclKind()) {
 2416                 llvm::dyn_cast<clang::NamedDecl>(lhs_decl_ctx);
 2433           lhs_decl_ctx = lhs_decl_ctx->getParent();
 2433           lhs_decl_ctx = lhs_decl_ctx->getParent();