OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextToCheckIndex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
3494
unsigned
NextToCheckIndex
= 0;
3496
while (RecordTypeList.size() >
NextToCheckIndex
) {
3498
RecordTypeList[
NextToCheckIndex
]->getDecl()->fields()) {
3508
++
NextToCheckIndex
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
12771
unsigned
NextToCheckIndex
= 0;
12774
while (RecordTypeList.size() >
NextToCheckIndex
) {
12775
bool IsNested =
NextToCheckIndex
> 0;
12777
RecordTypeList[
NextToCheckIndex
]->getDecl()->fields()) {
12799
++
NextToCheckIndex
;
Completed in 44 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026