clang-tools  11.0.0
Namespaces | Functions
Aliasing.cpp File Reference
#include "Aliasing.h"
#include "clang/AST/Expr.h"
Include dependency graph for Aliasing.cpp:

Go to the source code of this file.

Namespaces

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

Functions

static bool clang::tidy::utils::isAccessForVar (const Stmt *S, const VarDecl *Var)
 Return whether S is a reference to the declaration of Var. More...
 
static bool clang::tidy::utils::isPtrOrReferenceForVar (const Stmt *S, const VarDecl *Var)
 Return whether Var has a pointer or reference in S. More...
 
static bool clang::tidy::utils::hasPtrOrReferenceInStmt (const Stmt *S, const VarDecl *Var)
 Return whether Var has a pointer or reference in S. More...
 
bool clang::tidy::utils::hasPtrOrReferenceInFunc (const FunctionDecl *Func, const VarDecl *Var)
 Returns whether Var has a pointer or reference in Func. More...