Home
last modified time | relevance | path

Searched refs:RawLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h256 UnalignedUInt64 RawLoc; variable
263 DeclOffset(RawLocEncoding RawLoc, uint64_t BitOffset, in DeclOffset() argument
265 : RawLoc(RawLoc) { in DeclOffset()
269 void setRawLoc(RawLocEncoding Loc) { RawLoc = Loc; } in setRawLoc()
271 RawLocEncoding getRawLoc() const { return RawLoc.get(); } in getRawLoc()
H A DASTReader.h920 SourceLocation::UIntTy RawLoc; member
933 SourceLocation::UIntTy RawLoc; member
1048 SourceLocation::UIntTy RawLoc; member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp3067 SourceLocationEncoding::RawLocEncoding RawLoc = in WriteDecl() local
3072 DeclOffsets.emplace_back(RawLoc, Offset, DeclTypesBlockStartOffset); in WriteDecl()
3076 DeclOffsets[Index].setRawLoc(RawLoc); in WriteDecl()
H A DASTReader.cpp9274 SourceLocation Loc = SourceLocation::getFromRawEncoding(U.RawLoc); in ReadUndefinedButUsed()
9401 VT.Location = SourceLocation::getFromRawEncoding(TableInfo.RawLoc); in ReadUsedVTables()
9414 SourceLocation Loc = SourceLocation::getFromRawEncoding(Inst.RawLoc); in ReadPendingInstantiations()