Searched refs:LocalIndex (Results 1 – 2 of 2) sorted by relevance
189 std::optional<unsigned> LocalIndex = allocateLocal(SubExpr); in VisitCastExpr() local190 if (!LocalIndex) in VisitCastExpr()192 if (!this->emitGetPtrLocal(*LocalIndex, CE)) in VisitCastExpr()526 std::optional<unsigned> LocalIndex = allocateLocal(CE); in VisitCastExpr() local527 if (!LocalIndex) in VisitCastExpr()529 if (!this->emitGetPtrLocal(*LocalIndex, CE)) in VisitCastExpr()553 std::optional<unsigned> LocalIndex = allocateLocal(CE); in VisitCastExpr() local554 if (!LocalIndex) in VisitCastExpr()556 if (!this->emitGetPtrLocal(*LocalIndex, CE)) in VisitCastExpr()601 std::optional<unsigned> LocalIndex = allocateLocal(CE); in VisitCastExpr() local[all …]
1550 [&](SourceLocation::UIntTy Offset, std::size_t LocalIndex) { in getSLocEntryID() argument1551 int ID = F->SLocEntryBaseID + LocalIndex; in getSLocEntryID()1555 auto MaybeEntryOffset = readSLocOffset(F, LocalIndex); in getSLocEntryID()6215 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedEntityID; in getModulePreprocessedEntity() local6216 return std::make_pair(M, LocalIndex); in getModulePreprocessedEntity()6248 unsigned LocalIndex = GlobalIndex - M->BasePreprocessedSkippedRangeID; in ReadSkippedRange() local6249 assert(LocalIndex < M->NumPreprocessedSkippedRanges); in ReadSkippedRange()6250 PPSkippedRange RawRange = M->PreprocessedSkippedRangeOffsets[LocalIndex]; in ReadSkippedRange()6261 unsigned LocalIndex = PPInfo.second; in ReadPreprocessedEntity() local6262 const PPEntityOffset &PPOffs = M.PreprocessedEntityOffsets[LocalIndex]; in ReadPreprocessedEntity()[all …]