Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp72 bool ResultOfMatch; member
397 return I->second.ResultOfMatch; in memoizedMatchesRecursively()
402 Result.ResultOfMatch = matchesRecursively(Node, Matcher, &Result.Nodes, in memoizedMatchesRecursively()
409 return CachedResult.ResultOfMatch; in memoizedMatchesRecursively()
638 return I->second.ResultOfMatch; in memoizedMatchesAncestorOfRecursively()
642 Result.ResultOfMatch = false; in memoizedMatchesAncestorOfRecursively()
651 Result.ResultOfMatch = true; in memoizedMatchesAncestorOfRecursively()
656 Result.ResultOfMatch = memoizedMatchesAncestorOfRecursively( in memoizedMatchesAncestorOfRecursively()
669 Result.ResultOfMatch = true; in memoizedMatchesAncestorOfRecursively()
690 return CachedResult.ResultOfMatch; in memoizedMatchesAncestorOfRecursively()