Searched refs:noteLoc (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 3913 SourceLocation noteLoc = afterLParen.isValid() ? afterLParen : loc; in diagnoseObjCARCConversion() local 3935 ? S.Diag(noteLoc, diag::note_arc_bridge) in diagnoseObjCARCConversion() 3936 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge); in diagnoseObjCARCConversion() 3945 ? S.Diag(noteLoc, diag::note_arc_cstyle_bridge_transfer) in diagnoseObjCARCConversion() 3947 : S.Diag(br ? castExpr->getExprLoc() : noteLoc, in diagnoseObjCARCConversion() 3976 ? S.Diag(noteLoc, diag::note_arc_bridge) in diagnoseObjCARCConversion() 3977 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge); in diagnoseObjCARCConversion() 3985 ? S.Diag(noteLoc, diag::note_arc_cstyle_bridge_retained) in diagnoseObjCARCConversion() 3987 : S.Diag(br ? castExpr->getExprLoc() : noteLoc, in diagnoseObjCARCConversion()
|
| H A D | SemaObjCProperty.cpp | 2285 SourceLocation noteLoc = PD->getLocation(); in DiagnoseOwningPropertyGetterSynthesis() local 2292 noteLoc = getterRedecl->getLocation(); in DiagnoseOwningPropertyGetterSynthesis() 2304 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() 2308 auto noteDiag = Diag(noteLoc, diag::note_cocoa_naming_declare_family) in DiagnoseOwningPropertyGetterSynthesis()
|