Home
last modified time | relevance | path

Searched defs:findNode (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h207 const_iterator findNode(const NodeType &N) const { in findNode() function
211 iterator findNode(const NodeType &N) { in findNode() function
/llvm-project/clang/unittests/StaticAnalyzer/
H A DReusables.h23 const T *findNode(const Decl *Where, MatcherT What) { in findNode() function