reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTImporter.cpp
 3883   if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc))
 3897         Importer.ToDiag(Loc, diag::warn_odr_objc_method_result_type_inconsistent)
 3909         Importer.ToDiag(Loc, diag::warn_odr_objc_method_num_params_inconsistent)
 3939         Importer.ToDiag(Loc, diag::warn_odr_objc_method_variadic_inconsistent)
 3964           ToMethod, D, Importer.getToContext(), Loc,