Home
last modified time | relevance | path

Searched refs:isPtrOrReferenceForVar (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DAliasing.cpp32 static bool isPtrOrReferenceForVar(const Stmt *S, const VarDecl *Var) { in isPtrOrReferenceForVar() function
65 if (isPtrOrReferenceForVar(S, Var)) in hasPtrOrReferenceInStmt()