Searched refs:getFromRawEncoding (Results 1 – 14 of 14) sorted by relevance
128 return SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()159 : SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
192 return SourceLocation::getFromRawEncoding(Begin); in getBegin()196 return SourceLocation::getFromRawEncoding(End); in getEnd()212 return SourceLocation::getFromRawEncoding(Begin); in getBegin()215 return SourceLocation::getFromRawEncoding(End); in getEnd()260 return SourceLocation::getFromRawEncoding(Loc); in getLocation()
373 return SourceLocation::getFromRawEncoding(Loc); in getLoc()
2218 return Sema::AlignPackInfo::getFromRawEncoding(Raw); in ReadAlignPackInfo()
154 static SourceLocation getFromRawEncoding(UIntTy Encoding) {174 return getFromRawEncoding((SourceLocation::UIntTy)(uintptr_t)Encoding);499 return clang::SourceLocation::getFromRawEncoding(~Zero);504 return clang::SourceLocation::getFromRawEncoding(~Zero - 1);
132 return SourceLocation::getFromRawEncoding(Loc); in getLocation()147 return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc); in getAnnotationEndLoc()
714 return SourceLocation::getFromRawEncoding(CXXOperatorName.BeginOpNameLoc); in getCXXOperatorNameBeginLoc()719 return SourceLocation::getFromRawEncoding(CXXOperatorName.EndOpNameLoc); in getCXXOperatorNameEndLoc()734 return SourceLocation::getFromRawEncoding(CXXLiteralOperatorName.OpNameLoc); in getCXXLiteralOperatorNameLoc()
524 SourceLocation::getFromRawEncoding(DI.getLocCookie()); in SrcMgrDiagHandler()558 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()795 SourceLocation::getFromRawEncoding(D.getLocCookie()); in DontCallDiagHandler()
11368 CGF, SourceLocation::getFromRawEncoding(LocEncoding)); in getAddressOfLocalVariable()
399 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
3650 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()8599 SourceLocation::getFromRawEncoding(UndefinedButUsed[Idx++]); in ReadUndefinedButUsed()8612 SourceLocation::getFromRawEncoding(DelayedDeleteExprs[Idx++]); in ReadMismatchingDeleteExpressions()8695 = SourceLocation::getFromRawEncoding(ReferencedSelectorsData[I++]); in ReadReferencedSelectors()8712 SourceLocation::getFromRawEncoding(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers()8723 VT.Location = SourceLocation::getFromRawEncoding(VTableUses[Idx++]); in ReadUsedVTables()8736 = SourceLocation::getFromRawEncoding(PendingInstantiations[Idx++]); in ReadPendingInstantiations()
1495 return SourceLocation::getFromRawEncoding(Location); in getLocation()
599 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble()
532 static AlignPackInfo getFromRawEncoding(unsigned Encoding) { in getFromRawEncoding() function