Home
last modified time | relevance | path

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

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