HomeSort by relevance Sort by last modified time
    Searched refs:diag (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/clang/include/clang/Basic/
DiagnosticCategories.h 14 namespace diag { namespace in namespace:clang
23 } // end namespace diag
DiagnosticIDs.h 31 namespace diag { namespace in namespace:clang
46 /// diag::kind - All of the diagnostics that can be emitted by the frontend.
51 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
55 #undef DIAG
81 static DiagnosticMappingInfo Make(diag::Mapping Mapping, bool IsUser,
93 diag::Mapping getMapping() const { return diag::Mapping(Mapping); }
94 void setMapping(diag::Mapping Value) { Mapping = Value; }
120 diag::CustomDiagInfo *CustomDiagInfo;
259 llvm::SmallVectorImpl<diag::kind> &Diags) const
    [all...]
  /external/clang/lib/Frontend/
Warnings.cpp 70 diag::Mapping Mapping = isPositive ? diag::MAP_WARNING : diag::MAP_IGNORE;
92 Diags.Report(diag::warn_unknown_warning_specifier)
106 Diags.Report(isPositive ? diag::warn_unknown_warning_option :
107 diag::warn_unknown_negative_warning_option)
118 Diags.Report(diag::warn_unknown_warning_specifier)
132 Diags.Report(isPositive ? diag::warn_unknown_warning_option :
133 diag::warn_unknown_negative_warning_option)
140 Diags.Report(isPositive ? diag::warn_unknown_warning_option
    [all...]
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 17 def get_diag_info(diag):
18 return { 'severity' : diag.severity,
19 'location' : diag.location,
20 'spelling' : diag.spelling,
21 'ranges' : diag.ranges,
22 'fixits' : diag.fixits }
  /external/clang/lib/Parse/
ParsePragma.cpp 54 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_lparen)
61 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier)
67 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_rparen)
72 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier)
78 PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol
    [all...]
Parser.cpp 96 DiagnosticBuilder Parser::Diag(SourceLocation Loc, unsigned DiagID) {
100 DiagnosticBuilder Parser::Diag(const Token &Tok, unsigned DiagID) {
101 return Diag(Tok.getLocation(), DiagID);
116 Diag(Loc, DK);
120 Diag(Loc, DK)
148 Diag(Loc, DiagID)
163 Diag(EndLoc, DiagID)
167 Diag(Tok, DiagID) << Msg;
182 Diag(Tok, diag::err_extraneous_token_before_semi
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 126 InDiag = diag::note_protected_by_vla;
129 return ScopePair(diag::note_protected_by___block,
130 diag::note_exits___block);
133 return ScopePair(diag::note_protected_by_cleanup,
134 diag::note_exits_cleanup);
145 return ScopePair(diag::note_protected_by_objc_ownership,
146 diag::note_exits_objc_ownership);
171 unsigned inDiagToUse = diag::note_protected_by_variable_init;
182 diag::note_protected_by_variable_nontriv_destructor);
198 OutDiag = diag::note_exits_dtor
    [all...]
SemaObjCProperty.cpp 94 S.Diag(property->getLocation(),
95 diag::err_arc_inconsistent_property_ownership)
221 Diag(AtLoc, diag::err_duplicate_property);
222 Diag(prevDecl->getLocation(), diag::note_property_declare);
248 Diag(CDecl->getLocation(), diag::err_continuation_class);
274 Diag(AtLoc,
275 diag::warn_type_mismatch_continuation_class) << PDecl->getType()
330 unsigned diag = local
    [all...]
TargetAttributesSema.cpp 33 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments) << 1;
42 S.Diag(Attr.getLoc(), diag::err_attribute_argument_not_int)
49 S.Diag(Attr.getLoc(), diag::err_attribute_argument_out_of_bounds)
78 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments) << 1;
93 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments) << 1
    [all...]
SemaDeclAttr.cpp 205 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments) << Num;
218 S.Diag(Attr.getLoc(), diag::err_attribute_too_few_arguments) << Num;
254 S.Diag(Attr.getLoc(), diag::warn_pointer_attribute_wrong_type)
257 S.Diag(Attr.getLoc(), diag::err_attribute_can_be_applied_only_to_value_decl)
282 S.Diag(Attr.getLoc(), diag::err_attribute_argument_not_class
3993 DelayedDiagnostic &diag = DD.Stack[i]; local
    [all...]
SemaTemplate.cpp 226 Diag(IILoc, diag::err_template_kw_missing)
310 Diag(Found.getNameLoc(), diag::err_no_member_template_suggest)
314 Diag(Found.getNameLoc(), diag::err_no_template_suggest)
318 Diag(Template->getLocation(), diag::note_previous_decl)
360 Diag(Found.getNameLoc(),
361 diag::ext_nested_name_member_ref_lookup_ambiguous
    [all...]
SemaDecl.cpp 179 Diag(NameLoc, diag::err_unknown_typename_suggest)
184 Diag(FirstDecl->getLocation(), diag::note_previous_decl)
353 Diag(IILoc, diag::err_unknown_typename_suggest)
362 Diag(IILoc, diag::err_unknown_typename_suggest)
366 Diag(IILoc, diag::err_unknown_nested_typename_suggest)
    [all...]
AnalysisBasedWarnings.cpp 60 S.Diag(L, diag::warn_unreachable) << R1 << R2;
228 diag::warn_falloff_noreturn_function;
230 diag::warn_maybe_falloff_nonvoid_function;
232 diag::warn_falloff_noreturn_function;
234 diag::warn_falloff_nonvoid_function;
260 diag::warn_suggest_noreturn_function;
271 diag::err_noreturn_block_has_return_expr;
273 diag::err_maybe_falloff_nonvoid_block;
275 diag::err_noreturn_block_has_return_expr
    [all...]
SemaDeclObjC.cpp 104 Diag(loc, diag::err_arc_init_method_unrelated_result_type);
139 Diag(NewMethod->getLocation(),
140 diag::warn_related_result_type_compatibility_class)
145 Diag(NewMethod->getLocation(),
146 diag::warn_related_result_type_compatibility_protocol)
152 Diag(Overridden->getLocation(),
153 diag::note_related_result_type_overridden_family)
156 Diag(Overridden->getLocation(),
157 diag::note_related_result_type_overridden)
    [all...]
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Lex/
LexDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Parse/
ParseDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/include/clang/Sema/
SemaDiagnostic.h 16 namespace diag { namespace in namespace:clang
18 #define DIAG(ENUM,FLAGS,DEFAULT_MAPPING,DESC,GROUP,\
22 #undef DIAG
25 } // end namespace diag
  /external/clang/lib/Lex/
PPDirectives.cpp 112 Diag(MacroNameTok, diag::err_pp_missing_macro_name);
127 Diag(MacroNameTok, diag::err_pp_operator_used_as_macro_name) << Spelling;
129 Diag(MacroNameTok, diag::err_pp_macro_not_identifier);
133 Diag(MacroNameTok, diag::err_defined_macro_name);
138 Diag(MacroNameTok, diag::pp_redef_builtin_macro)
    [all...]
Pragma.cpp 91 PP.Diag(Tok, diag::warn_pragma_ignored);
128 Diag(PragmaLoc, diag::err__Pragma_malformed);
135 Diag(PragmaLoc, diag::err__Pragma_malformed);
145 Diag(PragmaLoc, diag::err__Pragma_malformed);
208 Diag(PragmaLoc, diag::err__Pragma_malformed)
    [all...]
  /external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp 52 Pass.TA.hasDiagnostic(diag::err_arc_unused_init_message,
55 Pass.TA.clearDiagnostic(diag::err_arc_unused_init_message,
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 120 #define DIAG(ENUM,CLASS,DEFAULT_MAPPING,DESC,GROUP, \
123 { diag::ENUM, DEFAULT_MAPPING, CLASS, SFINAE, ACCESS, \
137 #undef DIAG
146 #define DIAG_NAME_INDEX(ENUM) { #ENUM, diag::ENUM, STR_SIZE(#ENUM, uint8_t) },
164 "Diag ID conflict, the enums at the start of clang::diag (in "
168 "Improperly sorted diag info");
189 diag::MAP_FATAL, /*IsUser=*/false, /*IsPragma=*/false);
192 Info.setMapping((diag::Mapping) StaticInfo->Mapping);
195 assert(Info.getMapping() == diag::MAP_WARNING &
384 namespace diag { namespace in namespace:clang
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
TextPathDiagnostics.cpp 28 DiagnosticsEngine &Diag;
31 TextPathDiagnostics(const std::string& output, DiagnosticsEngine &diag)
32 : OutputFile(output), Diag(diag) {}
66 unsigned diagID = Diag.getDiagnosticIDs()->getCustomDiagID(
68 Diag.Report(I->getLocation().asLocation(), diagID);

Completed in 289 milliseconds

1 2 3 4 5 6