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.h137 return SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
192 : SourceLocation::getFromRawEncoding(decodeRaw(Encoded)), in decode()
196 SourceLocation Loc = SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
H A DASTWriter.h401 return SourceLocation::getFromRawEncoding(Loc); in getLoc()
H A DASTReader.h2232 return Sema::AlignPackInfo::getFromRawEncoding(Raw); in ReadAlignPackInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h155 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);
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h133 return SourceLocation::getFromRawEncoding(Loc); in getLocation()
148 return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc); in getAnnotationEndLoc()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp499 SourceLocation::getFromRawEncoding(DI.getLocCookie()); in SrcMgrDiagHandler()
533 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()
770 SourceLocation::getFromRawEncoding(D.getLocCookie()); in DontCallDiagHandler()
H A DCGOpenMPRuntime.cpp11397 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/Serialization/
H A DASTReader.cpp3673 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()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1500 return SourceLocation::getFromRawEncoding(Location); in getLocation()
H A DLexer.cpp644 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1559 static AlignPackInfo getFromRawEncoding(unsigned Encoding) { in getFromRawEncoding() function