clang-tools
10.0.0
|
#include "AvoidCStyleCastsCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Lex/Lexer.h"
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
clang::tidy::google | |
clang::tidy::google::readability | |
Functions | |
static bool | clang::tidy::google::readability::needsConstCast (QualType SourceType, QualType DestType) |
static bool | clang::tidy::google::readability::pointedUnqualifiedTypesAreEqual (QualType T1, QualType T2) |