Searched defs:diagnostic (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h82 /// Sets a diagnostic to be performed. The diagnostic is given
89 assert(isQuiet() && "partial diagnostic already defined");
93 assert(isQuiet() && "partial diagnostic already defined");
94 assert(DiagID && "creating null diagnostic");
111 /// A diagnostic message which has been conditionally emitted pending
139 unsigned diagnostic,
146 DD.ForbiddenTypeData.Diagnostic = diagnostic;
153 assert(Kind == Access && "Not an access diagnostic.");
157 assert(Kind == Access && "Not an access diagnostic
138 makeForbiddenType(SourceLocation loc, unsigned diagnostic, QualType type, unsigned argument) argument
[all...]
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc41 // diagnostic page.
44 "http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=%s&client=googlechrome";
47 "http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=%s&client=chromium";
439 // The "report error" and "show diagnostic" commands can have a number
472 // We're going to take the user to Google's SafeBrowsing diagnostic page.
473 std::string diagnostic = local
476 GURL diagnostic_url(diagnostic);
/external/clang/lib/Sema/
H A DSemaAccess.cpp1101 unsigned diagnostic; local
1102 if (D) diagnostic = diag::note_access_constrained_by_path;
1103 else if (I + 1 == Path.end()) diagnostic = diag::note_access_natural;
1104 else diagnostic = diag::note_access_constrained_by_path;
1106 S.Diag(BS->getSourceRange().getBegin(), diagnostic)
H A DSemaDecl.cpp1991 // with a different type- show appropriate diagnostic
2483 unsigned diagnostic) {
2498 SemaRef.Diag(NameLoc, diagnostic) << Name;
3158 // TODO: consider using NameInfo for diagnostic.
3323 // Emit diagnostic based on current scope.
4384 /// This routine handles generating the diagnostic messages for an invalid
4718 // TODO: consider using NameInfo for diagnostic.
6151 // FIXME: Improve this diagnostic to explain why the initializer is not
6302 // Provide a specific diagnostic for uninitialized variable
6311 // Provide a specific diagnostic fo
2478 CheckAnonMemberRedeclaration(Sema &SemaRef, Scope *S, DeclContext *Owner, DeclarationName Name, SourceLocation NameLoc, unsigned diagnostic) argument
[all...]
H A DSemaExpr.cpp167 /// diagnostic complaining about the given function being deleted or
197 // the diagnostic.
1504 unsigned diagnostic = diag::err_undeclared_var_use; local
1509 diagnostic = diag::err_undeclared_use;
1541 diagnostic = diag::warn_found_via_dependent_bases_lookup;
1542 Diag(R.getNameLoc(), diagnostic) << Name
1563 Diag(R.getNameLoc(), diagnostic) << Name;
1566 Diag(R.getNameLoc(), diagnostic) << Name;
1663 // Emit a special diagnostic for failed member lookups.
1673 Diag(R.getNameLoc(), diagnostic) << Nam
2619 unsigned diagnostic; local
9596 unsigned diagnostic = diag::warn_condition_is_assignment; local
[all...]
/external/clang/include/clang-c/
H A DIndex.h484 * \brief Describes the severity of a particular diagnostic.
488 * \brief A diagnostic that has been suppressed, e.g., by a command-line
494 * \brief This diagnostic is a note that should be attached to the
495 * previous (non-note) diagnostic.
500 * \brief This diagnostic indicates suspicious code that may not be
506 * \brief This diagnostic indicates that the code is ill-formed.
511 * \brief This diagnostic indicates that the code is ill-formed such
519 * \brief A single diagnostic, containing the diagnostic's severity,
531 * \brief Retrieve a diagnostic associate
4069 void (*diagnostic)(CXClientData client_data, member in struct:__anon2712
[all...]

Completed in 191 milliseconds