|
clang-tools 23.0.0git
|
#include "NoRecursionCheck.h"#include "clang/AST/ASTContext.h"#include "clang/ASTMatchers/ASTMatchFinder.h"#include "clang/Analysis/CallGraph.h"#include "llvm/ADT/SCCIterator.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::misc |
Typedefs | |
| using | clang::tidy::misc::CallStackTy = SmallVector<CallGraphNode::CallRecord, SmallCallStackSize> |
Functions | |
| static CallStackTy | clang::tidy::misc::pathfindSomeCycle (ArrayRef< CallGraphNode * > SCC) |
Variables | |
| static constexpr unsigned | clang::tidy::misc::SmallCallStackSize = 16 |
| static constexpr unsigned | clang::tidy::misc::SmallSCCSize = 32 |