Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
HDASTDiff.h105 bool isMatchingAllowed(const Node &N1, const Node &N2) const { in isMatchingAllowed() function
/freebsd-head/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
HDASTDiff.cpp770 return Options.isMatchingAllowed(T1.getNode(Id1), T2.getNode(Id2)); in isMatchingPossible()