Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10742 for (unsigned LoopIdx = 0; LoopIdx < PathLength; LoopIdx++) { in ImportAPValue() local
10745 FromPath[LoopIdx].getAsBaseOrMember().getPointer(); in ImportAPValue()
10753 ToPath[LoopIdx] = APValue::LValuePathEntry(APValue::BaseOrMemberType( in ImportAPValue()
10754 ImpDecl, FromPath[LoopIdx].getAsBaseOrMember().getInt())); in ImportAPValue()
10758 ToPath[LoopIdx] = APValue::LValuePathEntry::ArrayIndex( in ImportAPValue()
10759 FromPath[LoopIdx].getAsArrayIndex()); in ImportAPValue()