Lines Matching refs:IsLazy
431 bool IsLazy = false;
467 bool IsLazy = false,
470 bool IsLazy = false,
5393 bool IsLazy, bool CheckFuncSummaryPresenceOnly)
5394 : DiagnosticHandler(DiagnosticHandler), Buffer(Buffer), IsLazy(IsLazy),
5398 DiagnosticHandlerFunction DiagnosticHandler, bool IsLazy,
5400 : DiagnosticHandler(DiagnosticHandler), Buffer(nullptr), IsLazy(IsLazy),
5448 if (foundFuncSummary() && !IsLazy) {
5466 if (foundFuncSummary() && !IsLazy) {
5486 // if parsing lazily (IsLazy).
5528 if (IsLazy) {
5915 // If IsLazy is false, parse the entire function summary into
5922 bool IsLazy) {
5924 FunctionIndexBitcodeReader R(Buf.get(), DiagnosticHandler, IsLazy);
5960 // file, getFunctionInfoIndex is first invoked with IsLazy=true.