clang-tools 19.0.0git
Namespaces | Functions
ContainerSizeEmptyCheck.cpp File Reference
#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.

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)
 
 clang::ast_matchers::AST_MATCHER_P (UserDefinedLiteral, hasLiteral, clang::ast_matchers::internal::Matcher< Expr >, InnerMatcher)