Home
last modified time | relevance | path

Searched refs:ImplLoc (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp283 SourceLocation ImplLoc) { in DiagnoseObjCImplementedDeprecations() argument
301 S.Diag(ImplLoc, diag::warn_unavailable_def); in DiagnoseObjCImplementedDeprecations()
314 S.Diag(ImplLoc, diag::warn_deprecated_def) in DiagnoseObjCImplementedDeprecations()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp253 SourceLocation ImplLoc, in DiagnoseObjCImplementedDeprecations() argument
256 S.Diag(ImplLoc, diag::warn_deprecated_def) << select; in DiagnoseObjCImplementedDeprecations()