Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3224 const DeclOffset &DOffs = M->DeclOffsets[LocalDeclIndex]; in DeclCursorForID() local
3225 Loc = ReadSourceLocation(*M, DOffs.getRawLoc()); in DeclCursorForID()
3226 return RecordLocation(M, DOffs.getBitOffset(M->DeclsBlockStartOffset)); in DeclCursorForID()