Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Loc

1145       SourceLocation Loc = ReadSourceLocation(Record, Idx);
1150 *ToCapture++ = Capture(Loc, IsImplicit, Kind, Var, EllipsisLoc);
1702 RawLocation = DOffs.Loc;
1947 RecordLocation Loc = DeclCursorForID(ID, RawLocation);
1948 llvm::BitstreamCursor &DeclsCursor = Loc.F->DeclsCursor;
1958 DeclsCursor.JumpToBit(Loc.Offset);
1962 ASTDeclReader Reader(*this, *Loc.F, ID, RawLocation, Record,Idx);
2165 if (ReadDeclContextStorage(*Loc.F, DeclsCursor, Offsets,
2166 Loc.F->DeclContextInfos[DC]))