Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Result

154     /// \brief Class used to capture the result of searching for an existing
156 /// to update the place where this result was found (the declaration
183 /// \brief Suppress the addition of this result into the known set of
1544 // The result structure takes care to note that we need to load the
1777 FindExistingResult Result(Reader, D, /*Existing=*/0);
1778 Result.suppress();
1779 return Result;
2236 const LocalRedeclarationsInfo *Result
2240 if (Result == M.RedeclarationsMap + M.LocalNumRedeclarationsInMap ||
2241 Result->FirstID != ID) {
2256 unsigned Offset = Result->Offset;
2422 const ObjCCategoriesInfo *Result
2426 if (Result == M.ObjCCategoriesMap + M.LocalNumObjCCategoriesInMap ||
2427 Result->DefinitionID != LocalID) {
2435 unsigned Offset = Result->Offset;