Searched refs:FullLength (Results 1 – 2 of 2) sorted by relevance
31 uint64_t FullLength = in extract() local33 if (FullLength < getHeaderSize(Format)) in extract()38 SectionName.data(), HeaderOffset, FullLength); in extract()39 assert(FullLength == length() && "Inconsistent calculation of length."); in extract()40 uint64_t End = HeaderOffset + FullLength; in extract()41 if (!Data.isValidOffsetForDataOfSize(HeaderOffset, FullLength)) in extract()45 SectionName.data(), FullLength, HeaderOffset); in extract()
1038 SourceLocation::UIntTy FullLength = in updateConsecutiveMacroArgTokens() local1043 SM.createMacroArgExpansionLoc(BeginLoc, ExpandLoc, FullLength); in updateConsecutiveMacroArgTokens()