Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3921 SourceLocation noteLoc = afterLParen.isValid() ? afterLParen : loc; in diagnoseObjCARCConversion() local
3943 ? S.Diag(noteLoc, diag::note_arc_bridge) in diagnoseObjCARCConversion()
3944 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge); in diagnoseObjCARCConversion()
3953 ? S.Diag(noteLoc, diag::note_arc_cstyle_bridge_transfer) in diagnoseObjCARCConversion()
3955 : S.Diag(br ? castExpr->getExprLoc() : noteLoc, in diagnoseObjCARCConversion()
3984 ? S.Diag(noteLoc, diag::note_arc_bridge) in diagnoseObjCARCConversion()
3985 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge); in diagnoseObjCARCConversion()
3993 ? S.Diag(noteLoc, diag::note_arc_cstyle_bridge_retained) in diagnoseObjCARCConversion()
3995 : S.Diag(br ? castExpr->getExprLoc() : noteLoc, in diagnoseObjCARCConversion()
H A DSemaObjCProperty.cpp2263 SourceLocation noteLoc = PD->getLocation(); in DiagnoseOwningPropertyGetterSynthesis() local
2270 noteLoc = getterRedecl->getLocation(); in DiagnoseOwningPropertyGetterSynthesis()
2282 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis()
2286 auto noteDiag = Diag(noteLoc, diag::note_cocoa_naming_declare_family) in DiagnoseOwningPropertyGetterSynthesis()