Searched refs:getFromRawEncoding (Results 1 – 12 of 12) sorted by relevance
137 return SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()192 : SourceLocation::getFromRawEncoding(decodeRaw(Encoded)), in decode()196 SourceLocation Loc = SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
401 return SourceLocation::getFromRawEncoding(Loc); in getLoc()
2232 return Sema::AlignPackInfo::getFromRawEncoding(Raw); in ReadAlignPackInfo()
155 static SourceLocation getFromRawEncoding(UIntTy Encoding) {175 return getFromRawEncoding((SourceLocation::UIntTy)(uintptr_t)Encoding);500 return clang::SourceLocation::getFromRawEncoding(~Zero);505 return clang::SourceLocation::getFromRawEncoding(~Zero - 1);
133 return SourceLocation::getFromRawEncoding(Loc); in getLocation()148 return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc); in getAnnotationEndLoc()
499 SourceLocation::getFromRawEncoding(DI.getLocCookie()); in SrcMgrDiagHandler()533 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()770 SourceLocation::getFromRawEncoding(D.getLocCookie()); in DontCallDiagHandler()
11397 CGF, SourceLocation::getFromRawEncoding(LocEncoding)); in getAddressOfLocalVariable()
399 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
3673 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()8688 SourceLocation Loc = SourceLocation::getFromRawEncoding(U.RawLoc); in ReadUndefinedButUsed()8703 SourceLocation::getFromRawEncoding(DelayedDeleteExprs[Idx++]); in ReadMismatchingDeleteExpressions()8786 = SourceLocation::getFromRawEncoding(ReferencedSelectorsData[I++]); in ReadReferencedSelectors()8803 SourceLocation::getFromRawEncoding(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers()8815 VT.Location = SourceLocation::getFromRawEncoding(TableInfo.RawLoc); in ReadUsedVTables()8828 SourceLocation Loc = SourceLocation::getFromRawEncoding(Inst.RawLoc); in ReadPendingInstantiations()
1500 return SourceLocation::getFromRawEncoding(Location); in getLocation()
644 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble()
1559 static AlignPackInfo getFromRawEncoding(unsigned Encoding) { in getFromRawEncoding() function