Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h105 bool isMatchingAllowed(const Node &N1, const Node &N2) const { in isMatchingAllowed() function
/openbsd-src/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp770 return Options.isMatchingAllowed(T1.getNode(Id1), T2.getNode(Id2)); in isMatchingPossible()