Searched refs:noteLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 3688 SourceLocation noteLoc = afterLParen.isValid() ? afterLParen : loc; in diagnoseObjCARCConversion() local 3710 (CCK != Sema::CCK_OtherCast) ? S.Diag(noteLoc, diag::note_arc_bridge) in diagnoseObjCARCConversion() 3711 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge); in diagnoseObjCARCConversion() 3721 S.Diag(noteLoc, diag::note_arc_cstyle_bridge_transfer) << castExprType : in diagnoseObjCARCConversion() 3722 S.Diag(br ? castExpr->getExprLoc() : noteLoc, in diagnoseObjCARCConversion() 3751 (CCK != Sema::CCK_OtherCast) ? S.Diag(noteLoc, diag::note_arc_bridge) in diagnoseObjCARCConversion() 3752 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge); in diagnoseObjCARCConversion() 3761 S.Diag(noteLoc, diag::note_arc_cstyle_bridge_retained) << castType : in diagnoseObjCARCConversion() 3762 S.Diag(br ? castExpr->getExprLoc() : noteLoc, in diagnoseObjCARCConversion()
|
| H A D | SemaObjCProperty.cpp | 2230 SourceLocation noteLoc = PD->getLocation(); in DiagnoseOwningPropertyGetterSynthesis() local 2237 noteLoc = getterRedecl->getLocation(); in DiagnoseOwningPropertyGetterSynthesis() 2249 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis() 2253 auto noteDiag = Diag(noteLoc, diag::note_cocoa_naming_declare_family) in DiagnoseOwningPropertyGetterSynthesis()
|