Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp8990 for (unsigned LoopIdx = 0; LoopIdx < Length; LoopIdx++) in readAPValue() local
8991 Result.getVectorElt(LoopIdx) = asImpl().readAPValue(); in readAPValue()
8999 for (unsigned LoopIdx = 0; LoopIdx < InitLength; LoopIdx++) in readAPValue() local
9000 Result.getArrayInitializedElt(LoopIdx) = asImpl().readAPValue(); in readAPValue()
9010 for (unsigned LoopIdx = 0; LoopIdx < BasesLength; LoopIdx++) in readAPValue() local
9011 Result.getStructBase(LoopIdx) = asImpl().readAPValue(); in readAPValue()
9012 for (unsigned LoopIdx = 0; LoopIdx < FieldsLength; LoopIdx++) in readAPValue() local
9013 Result.getStructField(LoopIdx) = asImpl().readAPValue(); in readAPValue()
9033 for (unsigned LoopIdx = 0; LoopIdx < PathSize; LoopIdx++) in readAPValue() local
9034 PathArray[LoopIdx] = in readAPValue()
[all …]
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp9113 for (unsigned LoopIdx = 0; LoopIdx < PathLength; LoopIdx++) { in ImportAPValue() local
9116 FromPath[LoopIdx].getAsBaseOrMember().getPointer(); in ImportAPValue()
9124 ToPath[LoopIdx] = APValue::LValuePathEntry(APValue::BaseOrMemberType( in ImportAPValue()
9125 ImpDecl, FromPath[LoopIdx].getAsBaseOrMember().getInt())); in ImportAPValue()
9129 ToPath[LoopIdx] = APValue::LValuePathEntry::ArrayIndex( in ImportAPValue()
9130 FromPath[LoopIdx].getAsArrayIndex()); in ImportAPValue()