Searched refs:Id2 (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 82 bool identical(NodeId Id1, NodeId Id2) const; 85 bool isMatchingPossible(NodeId Id1, NodeId Id2) const; 88 bool haveSameParents(const Mapping &M, NodeId Id1, NodeId Id2) const; 92 void addOptimalMapping(Mapping &M, NodeId Id1, NodeId Id2) const; 96 double getJaccardSimilarity(const Mapping &M, NodeId Id1, NodeId Id2) const; 566 const SyntaxTree::Impl &T2, NodeId Id1, NodeId Id2) in ZhangShashaMatcher() argument 567 : DiffImpl(DiffImpl), S1(T1, Id1), S2(T2, Id2) { in ZhangShashaMatcher() 618 NodeId Id2 = S2.getIdInRoot(Col); in getMatchingNodes() local 619 assert(DiffImpl.isMatchingPossible(Id1, Id2) && in getMatchingNodes() 621 Matches.emplace_back(Id1, Id2); in getMatchingNodes() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Option/ |
| H A D | ArgList.cpp | 149 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgValues() 150 for (auto *Arg : filtered(Id0, Id1, Id2)) { in AddAllArgValues()
|
| /src/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | ArgList.h | 345 OptSpecifier Id1 = 0U, OptSpecifier Id2 = 0U) const;
|