Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp77 unsigned SlotsToCheck = NumArgs > 0 ? NumArgs : 1; in AddDeclarationNameImpl() local
78 for (unsigned i = 0; i < SlotsToCheck; ++i) { in AddDeclarationNameImpl()
H A DASTStructuralEquivalence.cpp2187 unsigned SlotsToCheck = NumArgs > 0 ? NumArgs : 1; in IsStructurallyEquivalent() local
2188 for (unsigned I = 0; I < SlotsToCheck; ++I) { in IsStructurallyEquivalent()