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.h812 SourceLocation::UIntTy RawLoc; member
825 SourceLocation::UIntTy RawLoc; member
940 SourceLocation::UIntTy RawLoc; member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2826 SourceLocationEncoding::RawLocEncoding RawLoc = in WriteDecl() local
2831 DeclOffsets.emplace_back(RawLoc, Offset, DeclTypesBlockStartOffset); in WriteDecl()
2835 DeclOffsets[Index].setRawLoc(RawLoc); in WriteDecl()
H A DASTReader.cpp8688 SourceLocation Loc = SourceLocation::getFromRawEncoding(U.RawLoc); in ReadUndefinedButUsed()
8815 VT.Location = SourceLocation::getFromRawEncoding(TableInfo.RawLoc); in ReadUsedVTables()
8828 SourceLocation Loc = SourceLocation::getFromRawEncoding(Inst.RawLoc); in ReadPendingInstantiations()