/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...] |
SemaDeclObjC.cpp | [all...] |
SemaDecl.cpp | [all...] |
SemaPseudoObject.cpp | 853 S.Diags.getDiagnosticLevel(diag::warn_arc_repeated_use_of_weak, [all...] |
SemaCast.cpp | [all...] |
SemaExprObjC.cpp | [all...] |
SemaStmt.cpp | [all...] |
SemaChecking.cpp | [all...] |
SemaExprMember.cpp | [all...] |
SemaDeclCXX.cpp | [all...] |
SemaTemplateInstantiateDecl.cpp | [all...] |
SemaTemplate.cpp | [all...] |
SemaExpr.cpp | [all...] |
SemaInit.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/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/Lex/ |
PPLexerChange.cpp | 372 if (getDiagnostics().getDiagnosticLevel(
|
Lexer.cpp | [all...] |
PPDirectives.cpp | [all...] |