Searched refs:getFromRawEncoding (Results 1 – 13 of 13) sorted by relevance
154 static SourceLocation getFromRawEncoding(UIntTy Encoding) {174 return getFromRawEncoding((SourceLocation::UIntTy)(uintptr_t)Encoding);493 return clang::SourceLocation::getFromRawEncoding(~Zero);498 return clang::SourceLocation::getFromRawEncoding(~Zero - 1);
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()
2137 return Sema::AlignPackInfo::getFromRawEncoding(Raw); in ReadAlignPackInfo()2144 return SourceLocation::getFromRawEncoding((Raw >> 1) | in ReadUntranslatedSourceLocation()
127 return SourceLocation::getFromRawEncoding(Loc); in getLocation()142 return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc); in getAnnotationEndLoc()
704 return SourceLocation::getFromRawEncoding(CXXOperatorName.BeginOpNameLoc); in getCXXOperatorNameBeginLoc()709 return SourceLocation::getFromRawEncoding(CXXOperatorName.EndOpNameLoc); in getCXXOperatorNameEndLoc()724 return SourceLocation::getFromRawEncoding(CXXLiteralOperatorName.OpNameLoc); in getCXXLiteralOperatorNameLoc()
513 SourceLocation::getFromRawEncoding(DI.getLocCookie()); in SrcMgrDiagHandler()548 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()
12199 CGF, SourceLocation::getFromRawEncoding(LocEncoding)); in getAddressOfLocalVariable()
398 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
3427 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()8288 SourceLocation::getFromRawEncoding(UndefinedButUsed[Idx++]); in ReadUndefinedButUsed()8301 SourceLocation::getFromRawEncoding(DelayedDeleteExprs[Idx++]); in ReadMismatchingDeleteExpressions()8384 = SourceLocation::getFromRawEncoding(ReferencedSelectorsData[I++]); in ReadReferencedSelectors()8401 = SourceLocation::getFromRawEncoding(WeakUndeclaredIdentifiers[I++]); in ReadWeakUndeclaredIdentifiers()8414 VT.Location = SourceLocation::getFromRawEncoding(VTableUses[Idx++]); in ReadUsedVTables()8427 = SourceLocation::getFromRawEncoding(PendingInstantiations[Idx++]); in ReadPendingInstantiations()
1401 return SourceLocation::getFromRawEncoding(Location); in getLocation()
592 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble()
528 static AlignPackInfo getFromRawEncoding(unsigned Encoding) { in getFromRawEncoding() function