Searched refs:LocalIndex (Results 1 – 2 of 2) sorted by relevance
299 std::optional<unsigned> LocalIndex = in VisitCastExpr() local301 if (!LocalIndex) in VisitCastExpr()303 if (!this->emitGetPtrLocal(*LocalIndex, CE)) in VisitCastExpr()1102 std::optional<unsigned> LocalIndex = in VisitOpaqueValueExpr() local1104 if (!LocalIndex) in VisitOpaqueValueExpr()1117 OpaqueExprs.insert({E, *LocalIndex}); in VisitOpaqueValueExpr()1517 if (std::optional<unsigned> LocalIndex = in VisitMaterializeTemporaryExpr() local1677 std::optional<unsigned> LocalIndex = in VisitCXXConstructExpr() local1680 if (!LocalIndex) in VisitCXXConstructExpr()1879 if (!LocalIndex) in visit()[all …]
1509 [&](SourceLocation::UIntTy Offset, std::size_t LocalIndex) { in getSLocEntryID() argument1510 int ID = F->SLocEntryBaseID + LocalIndex; in getSLocEntryID()1514 auto MaybeEntryOffset = readSLocOffset(F, LocalIndex); in getSLocEntryID()6210 return std::make_pair(M, LocalIndex); in getModulePreprocessedEntity()6243 assert(LocalIndex < M->NumPreprocessedSkippedRanges); in ReadSkippedRange()6255 unsigned LocalIndex = PPInfo.second; in ReadPreprocessedEntity() local6477 unsigned LocalIndex = PPInfo.second; in isPreprocessedEntityInFileID() local7422 unsigned LocalIndex = LocalID >> Qualifiers::FastWidth; in getGlobalTypeID() local7424 if (LocalIndex < NUM_PREDEF_TYPE_IDS) in getGlobalTypeID()7431 = F.TypeRemap.find(LocalIndex - NUM_PREDEF_TYPE_IDS); in getGlobalTypeID()[all …]