clang-tools 20.0.0git
|
#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 VarDecl *Var) |
Returns whether Var has a pointer or reference in Func . | |