Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2029 unsigned SlotsToCheck = NumArgs > 0 ? NumArgs : 1; in IsStructurallyEquivalent() local
2030 for (unsigned I = 0; I < SlotsToCheck; ++I) { in IsStructurallyEquivalent()