Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h103 struct ComparisonOptions { struct
105 int MinHeight = 2;
109 double MinSimilarity = 0.5;
113 int MaxSize = 100;
115 bool StopAfterTopDown = false;
118 bool isMatchingAllowed(const Node &N1, const Node &N2) const { in isMatchingAllowed()