#include "ContainerSizeEmptyCheck.h"
#include "../utils/ASTUtils.h"
#include "../utils/Matchers.h"
#include "../utils/OptionsUtils.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/StringRef.h"
Go to the source code of this file.
|
| clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P2 (hasAnyArgumentWithParam, AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, CXXConstructExpr), internal::Matcher< Expr >, ArgMatcher, internal::Matcher< ParmVarDecl >, ParamMatcher) |
|
| clang::ast_matchers::AST_MATCHER (Expr, usedInBooleanContext) |
|
| clang::ast_matchers::AST_MATCHER (CXXConstructExpr, isDefaultConstruction) |
|
| clang::ast_matchers::AST_MATCHER (QualType, isIntegralType) |
|
| clang::ast_matchers::AST_MATCHER_P (UserDefinedLiteral, hasLiteral, clang::ast_matchers::internal::Matcher< Expr >, InnerMatcher) |
|