HomeSort by relevance Sort by last modified time
    Searched refs:StoredDiags (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 114 SmallVector<StoredDiagnostic, 16> StoredDiags;
115 StoredDiags.append(DiagList.begin(), DiagList.end());
117 I = StoredDiags.begin(), E = StoredDiags.end();
  /external/clang/lib/Frontend/
ASTUnit.cpp 563 SmallVectorImpl<StoredDiagnostic> &StoredDiags;
568 SmallVectorImpl<StoredDiagnostic> &StoredDiags)
569 : StoredDiags(StoredDiags), SourceMgr(nullptr) {}
591 SmallVectorImpl<StoredDiagnostic> &StoredDiags)
592 : Diags(Diags), Client(StoredDiags), PreviousClient(nullptr)
618 StoredDiags.emplace_back(Level, Info);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 339 static bool checkDiagnosticGroupMappings(DiagnosticsEngine &StoredDiags,
347 DiagnosticsEngine *MappingSources[] = { &Diags, &StoredDiags };
356 StoredDiags.getDiagnosticLevel(DiagID, SourceLocation());
376 static bool checkDiagnosticMappings(DiagnosticsEngine &StoredDiags,
384 if (StoredDiags.getSuppressSystemWarnings()) {
391 if (Diags.getWarningsAsErrors() && !StoredDiags.getWarningsAsErrors()) {
398 !StoredDiags.getEnableAllWarnings()) {
405 !isExtHandlingFromDiagsError(StoredDiags)) {
411 return checkDiagnosticGroupMappings(StoredDiags, Diags, Complain);
    [all...]

Completed in 110 milliseconds