Searched defs:isReferenced (Results 1 – 5 of 5) sorted by relevance
31 AST_MATCHER(VarDecl,isReferenced) AST_MATCHER() argument
100 static bool isReferenced(const VarDecl &LoopVar, const Stmt &Stmt, in isReferenced() function
234 bool isReferenced() const { return numReferencedSymbols > 0; } in isReferenced() function
274 bool isReferenced() const { return refState != RefState::Unreferenced; } isReferenced() function
577 bool Decl::isReferenced() const { isReferenced() function in Decl