Home
last modified time | relevance | path

Searched refs:getFromRawEncoding (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h90 return {SourceLocation::getFromRawEncoding(decodeRaw(Encoded)), in decode()
94 SourceLocation Loc = SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
H A DASTWriter.h413 return SourceLocation::getFromRawEncoding(Loc); in getLoc()
H A DASTReader.h2430 return Sema::AlignPackInfo::getFromRawEncoding(Raw); in ReadAlignPackInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h157 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);
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h135 return SourceLocation::getFromRawEncoding(Loc); in getLocation()
150 return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc); in getAnnotationEndLoc()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp461 SourceLocation::getFromRawEncoding(DI.getLocCookie()); in SrcMgrDiagHandler()
495 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()
730 SourceLocation::getFromRawEncoding(D.getLocCookie()); in DontCallDiagHandler()
H A DCGOpenMPRuntime.cpp11464 CGF, SourceLocation::getFromRawEncoding(LocEncoding)); in getAddressOfLocalVariable()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp399 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp81 return SourceLocation::getFromRawEncoding(Location); in getLocation()
H A DLexer.cpp642 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3953 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1861 static AlignPackInfo getFromRawEncoding(unsigned Encoding) { in getFromRawEncoding() function