Searched refs:getFromRawEncoding (Results 1 – 12 of 12) sorted by relevance
90 return {SourceLocation::getFromRawEncoding(decodeRaw(Encoded)), in decode()94 SourceLocation Loc = SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
413 return SourceLocation::getFromRawEncoding(Loc); in getLoc()
2430 return Sema::AlignPackInfo::getFromRawEncoding(Raw); in ReadAlignPackInfo()
157 static SourceLocation getFromRawEncoding(UIntTy Encoding) {177 return getFromRawEncoding((SourceLocation::UIntTy)(uintptr_t)Encoding);502 return clang::SourceLocation::getFromRawEncoding(~Zero);507 return clang::SourceLocation::getFromRawEncoding(~Zero - 1);
135 return SourceLocation::getFromRawEncoding(Loc); in getLocation()150 return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc); in getAnnotationEndLoc()
461 SourceLocation::getFromRawEncoding(DI.getLocCookie()); in SrcMgrDiagHandler()495 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()730 SourceLocation::getFromRawEncoding(D.getLocCookie()); in DontCallDiagHandler()
11464 CGF, SourceLocation::getFromRawEncoding(LocEncoding)); in getAddressOfLocalVariable()
399 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
81 return SourceLocation::getFromRawEncoding(Location); in getLocation()
642 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble()
3953 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()9274 SourceLocation Loc = SourceLocation::getFromRawEncoding(U.RawLoc); in ReadUndefinedButUsed()9289 SourceLocation::getFromRawEncoding(DelayedDeleteExprs[Idx++]); in ReadMismatchingDeleteExpressions()9372 = SourceLocation::getFromRawEncoding(ReferencedSelectorsData[I++]); in ReadReferencedSelectors()9389 SourceLocation::getFromRawEncoding(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers()9401 VT.Location = SourceLocation::getFromRawEncoding(TableInfo.RawLoc); in ReadUsedVTables()9414 SourceLocation Loc = SourceLocation::getFromRawEncoding(Inst.RawLoc); in ReadPendingInstantiations()
1861 static AlignPackInfo getFromRawEncoding(unsigned Encoding) { in getFromRawEncoding() function