clang-tools
7.0.0
|
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// More...
Namespaces | |
ast_matchers | |
change_namespace | |
clangd | |
doc | |
find_all_symbols | |
include_fixer | |
move | |
query | |
reorder_fields | |
replace | |
tidy | |
tooling | |
vfs | |
Functions | |
static bool | isBaseOf (const Type *DerivedType, const Type *BaseType) |
static const TypeVec | throwsException (const Stmt *St, const TypeVec &Caught, llvm::SmallSet< const FunctionDecl *, 32 > &CallStack) |
static const TypeVec | throwsException (const FunctionDecl *Func, llvm::SmallSet< const FunctionDecl *, 32 > &CallStack) |
static const TypeVec | throwsException (const FunctionDecl *Func) |
static Token | getTokenAtLoc (SourceLocation Loc, const MatchFinder::MatchResult &MatchResult, IdentifierTable &IdentTable) |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
===– Representation.h - ClangDoc Representation ----------—*- C++ -*-===//
|
static |
Definition at line 24 of file IntegerTypesCheck.cpp.
References Info.
Referenced by clang::tidy::google::runtime::IntegerTypesCheck::check().
|
static |
Definition at line 26 of file ExceptionEscapeCheck.cpp.
References throwsException().
Referenced by throwsException().
|
static |
Definition at line 63 of file ExceptionEscapeCheck.cpp.
References isBaseOf(), and Results.
Referenced by clang::ast_matchers::AST_MATCHER_P(), isBaseOf(), and throwsException().
|
static |
Definition at line 41 of file ExceptionEscapeCheck.cpp.
References throwsException().
|
static |
Definition at line 133 of file ExceptionEscapeCheck.cpp.
References throwsException().