clang-tools 22.0.0git
Aliasing.h File Reference
#include "clang/AST/Decl.h"

Go to the source code of this file.

Namespaces

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

Functions

bool clang::tidy::utils::hasPtrOrReferenceInFunc (const Decl *Func, const ValueDecl *Var)
 Returns whether Var has a pointer or reference in Func.