clang-tools
7.0.0
|
Functions | |
AST_MATCHER_P (FunctionDecl, throws, internal::Matcher< Type >, InnerMatcher) | |
AST_MATCHER_P (Type, isIgnored, llvm::StringSet<>, IgnoredExceptions) | |
AST_MATCHER_P (FunctionDecl, isEnabled, llvm::StringSet<>, FunctionsThatShouldNotThrow) | |
clang::ast_matchers::AST_MATCHER_P | ( | FunctionDecl | , |
throws | , | ||
internal::Matcher< Type > | , | ||
InnerMatcher | |||
) |
Definition at line 139 of file ExceptionEscapeCheck.cpp.
References clang::throwsException().
clang::ast_matchers::AST_MATCHER_P | ( | Type | , |
isIgnored | , | ||
llvm::StringSet<> | , | ||
IgnoredExceptions | |||
) |
Definition at line 149 of file ExceptionEscapeCheck.cpp.
clang::ast_matchers::AST_MATCHER_P | ( | FunctionDecl | , |
isEnabled | , | ||
llvm::StringSet<> | , | ||
FunctionsThatShouldNotThrow | |||
) |
Definition at line 157 of file ExceptionEscapeCheck.cpp.