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

  /external/clang/include/clang/Basic/
DiagnosticIDs.h 252 DiagnosticIDs::Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
257 DiagnosticIDs::Level getDiagnosticLevel(unsigned DiagID,
Diagnostic.h 635 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const {
636 return (Level)Diags->getDiagnosticLevel(DiagID, Loc, *this);
    [all...]
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 127 Diags->getDiagnosticLevel(DiagID, SourceLocation());
TreeView.cpp 57 return Diags.getDiagnosticLevel(DiagID, SourceLocation());
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 299 D.getDiagnosticLevel(diag::warn_maybe_falloff_nonvoid_function,
302 D.getDiagnosticLevel(diag::warn_noreturn_function_has_return_expr,
305 D.getDiagnosticLevel(diag::warn_suggest_noreturn_block, FuncLoc)
312 D.getDiagnosticLevel(diag::warn_suggest_noreturn_block, FuncLoc)
    [all...]
Sema.cpp 620 Diags.getDiagnosticLevel(diag::warn_delegating_ctor_cycle,
765 if (Diags.getDiagnosticLevel(diag::warn_unused_private_field,
    [all...]
SemaDecl.cpp     [all...]
SemaCast.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp 853 S.Diags.getDiagnosticLevel(diag::warn_arc_repeated_use_of_weak,
    [all...]
SemaExprObjC.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaChecking.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 384 /// getDiagnosticLevel - Based on the way the client configured the
388 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
396 return getDiagnosticLevel(DiagID, DiagClass, Loc, Diag);
406 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, unsigned DiagClass,
621 = getDiagnosticLevel(DiagID, Info.getLocation(), Diag);
Diagnostic.cpp 399 = Diags->getDiagnosticLevel(Info.getID(), Info.getLocation(), *this);
    [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 372 if (getDiagnostics().getDiagnosticLevel(
Lexer.cpp     [all...]
PPDirectives.cpp     [all...]

Completed in 203 milliseconds