Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1982 unsigned SlotsToCheck = NumArgs > 0 ? NumArgs : 1; in IsStructurallyEquivalent() local
1983 for (unsigned I = 0; I < SlotsToCheck; ++I) { in IsStructurallyEquivalent()