clang-tools 19.0.0git
Namespaces | Functions
ProTypeConstCastCheck.cpp File Reference
#include "ProTypeConstCastCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"

Go to the source code of this file.

Namespaces

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

Functions

static bool clang::tidy::cppcoreguidelines::hasConstQualifier (QualType Type)
 
static bool clang::tidy::cppcoreguidelines::hasVolatileQualifier (QualType Type)