Searched refs:CurLevel (Results 1 – 2 of 2) sorted by relevance
334 BumpPtrAllocator &Alloc, int CurLevel) { in getEntry() argument335 const uint32_t NumEntries = CurLevel == 0 ? InitialSize : IncSize; in getEntry()355 Key, Remainder, Alloc, CurLevel + 1); in getEntry()361 for (int I = 0; I < CurLevel; ++I) in getEntry()366 return getEntry(NextLevelTbl, Key, Remainder, Alloc, CurLevel + 1); in getEntry()
479 Level CurLevel = Diags.getDiagnosticLevel(DiagID, SourceLocation()); in checkDiagnosticGroupMappings() local480 if (CurLevel < DiagnosticsEngine::Error) in checkDiagnosticGroupMappings()