Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DSourceLocationEncoding.h128 return SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
159 : SourceLocation::getFromRawEncoding(decodeRaw(Encoded)); in decode()
H A DASTBitCodes.h192 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()
H A DASTWriter.h373 return SourceLocation::getFromRawEncoding(Loc); in getLoc()
H A DASTReader.h2218 return Sema::AlignPackInfo::getFromRawEncoding(Raw); in ReadAlignPackInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h154 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);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h132 return SourceLocation::getFromRawEncoding(Loc); in getLocation()
147 return SourceLocation::getFromRawEncoding(UintData ? UintData : Loc); in getAnnotationEndLoc()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h714 return SourceLocation::getFromRawEncoding(CXXOperatorName.BeginOpNameLoc); in getCXXOperatorNameBeginLoc()
719 return SourceLocation::getFromRawEncoding(CXXOperatorName.EndOpNameLoc); in getCXXOperatorNameEndLoc()
734 return SourceLocation::getFromRawEncoding(CXXLiteralOperatorName.OpNameLoc); in getCXXLiteralOperatorNameLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp524 SourceLocation::getFromRawEncoding(DI.getLocCookie()); in SrcMgrDiagHandler()
558 SourceLocation::getFromRawEncoding(D.getLocCookie()); in InlineAsmDiagHandler()
795 SourceLocation::getFromRawEncoding(D.getLocCookie()); in DontCallDiagHandler()
H A DCGOpenMPRuntime.cpp11368 CGF, SourceLocation::getFromRawEncoding(LocEncoding)); in getAddressOfLocalVariable()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp399 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3650 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1495 return SourceLocation::getFromRawEncoding(Location); in getLocation()
H A DLexer.cpp599 SourceLocation FileLoc = SourceLocation::getFromRawEncoding(StartOffset); in ComputePreamble()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h532 static AlignPackInfo getFromRawEncoding(unsigned Encoding) { in getFromRawEncoding() function