clang-tools 19.0.0git
Namespaces | Functions
UseAutoCheck.cpp File Reference
#include "UseAutoCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/TypeLoc.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Basic/CharInfo.h"
#include "clang/Tooling/FixIt.h"
#include "llvm/ADT/STLExtras.h"

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::modernize
 

Functions

static void clang::tidy::modernize::ignoreTypeLocClasses (TypeLoc &Loc, std::initializer_list< TypeLoc::TypeLocClass > const &LocClasses)
 
static bool clang::tidy::modernize::isMutliLevelPointerToTypeLocClasses (TypeLoc Loc, std::initializer_list< TypeLoc::TypeLocClass > const &LocClasses)