Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3494 unsigned NextToCheckIndex = 0; in hasConstFields() local
3496 while (RecordTypeList.size() > NextToCheckIndex) { in hasConstFields()
3498 RecordTypeList[NextToCheckIndex]->getDecl()->fields()) { in hasConstFields()
3508 ++NextToCheckIndex; in hasConstFields()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12771 unsigned NextToCheckIndex = 0; in DiagnoseRecursiveConstFields() local
12774 while (RecordTypeList.size() > NextToCheckIndex) { in DiagnoseRecursiveConstFields()
12775 bool IsNested = NextToCheckIndex > 0; in DiagnoseRecursiveConstFields()
12777 RecordTypeList[NextToCheckIndex]->getDecl()->fields()) { in DiagnoseRecursiveConstFields()
12799 ++NextToCheckIndex; in DiagnoseRecursiveConstFields()