clang-tools 17.0.0git
|
#include "ContainerSizeEmptyCheck.h"
#include "../utils/ASTUtils.h"
#include "../utils/Matchers.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.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::ast_matchers |
namespace | clang::tidy |
namespace | clang::tidy::readability |
Functions | |
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) | |