Searched defs:Id1 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 567 const SyntaxTree::Impl &T2, NodeId Id1, NodeId Id2) in ZhangShashaMatcher() 618 NodeId Id1 = S1.getIdInRoot(Row); in getMatchingNodes() local 645 double getUpdateCost(SNodeId Id1, SNodeId Id2) { in getUpdateCost() 652 for (SNodeId Id1 : S1.KeyRoots) in computeTreeDist() local 657 void computeForestDist(SNodeId Id1, SNodeId Id2) { in computeForestDist() 757 bool ASTDiff::Impl::identical(NodeId Id1, NodeId Id2) const { in identical() 770 bool ASTDiff::Impl::isMatchingPossible(NodeId Id1, NodeId Id2) const { in isMatchingPossible() 774 bool ASTDiff::Impl::haveSameParents(const Mapping &M, NodeId Id1, in haveSameParents() 782 void ASTDiff::Impl::addOptimalMapping(Mapping &M, NodeId Id1, in addOptimalMapping() 797 double ASTDiff::Impl::getJaccardSimilarity(const Mapping &M, NodeId Id1, in getJaccardSimilarity() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/ |
H A D | ArgList.cpp | 131 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgs() 139 OptSpecifier Id1, OptSpecifier Id2) const { in AddAllArgValues()
|