|
clang 22.0.0git
|
#include "clang/AST/Decl.h"#include "clang/AST/DeclObjC.h"#include "clang/AST/DynamicRecursiveASTVisitor.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/GraphTraits.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SetVector.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/iterator_range.h"#include <memory>Go to the source code of this file.
Classes | |
| class | clang::CallGraph |
| The AST-based call graph. More... | |
| class | clang::CallGraphNode |
| struct | clang::CallGraphNode::CallRecord |
| struct | llvm::DenseMapInfo< clang::CallGraphNode::CallRecord > |
| struct | llvm::GraphTraits< clang::CallGraphNode * > |
| struct | llvm::GraphTraits< const clang::CallGraphNode * > |
| struct | llvm::GraphTraits< clang::CallGraph * > |
| struct | llvm::GraphTraits< const clang::CallGraph * > |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | llvm |
| Diagnostic wrappers for TextAPI types for error reporting. | |
Functions | |
| bool | clang::operator== (const CallGraphNode::CallRecord &LHS, const CallGraphNode::CallRecord &RHS) |