OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:identical
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
ASTDiff.cpp
80
// Returns true if the two subtrees are
identical
.
81
bool
identical
(NodeId Id1, NodeId Id2) const;
100
// Returns a mapping of
identical
subtrees.
757
bool ASTDiff::Impl::
identical
(NodeId Id1, NodeId Id2) const {
function in class:clang::diff::ASTDiff::Impl
765
if (!
identical
(N1.Children[Id], N2.Children[Id]))
885
if (
identical
(Id1, Id2) && !M.hasSrc(Id1) && !M.hasDst(Id2)) {
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026