Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3912 SourceLocation noteLoc = afterLParen.isValid() ? afterLParen : loc; in diagnoseObjCARCConversion() local
3934 ? S.Diag(noteLoc, diag::note_arc_bridge) in diagnoseObjCARCConversion()
3935 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge); in diagnoseObjCARCConversion()
3944 ? S.Diag(noteLoc, diag::note_arc_cstyle_bridge_transfer) in diagnoseObjCARCConversion()
3946 : S.Diag(br ? castExpr->getExprLoc() : noteLoc, in diagnoseObjCARCConversion()
3975 ? S.Diag(noteLoc, diag::note_arc_bridge) in diagnoseObjCARCConversion()
3976 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge); in diagnoseObjCARCConversion()
3984 ? S.Diag(noteLoc, diag::note_arc_cstyle_bridge_retained) in diagnoseObjCARCConversion()
3986 : S.Diag(br ? castExpr->getExprLoc() : noteLoc, in diagnoseObjCARCConversion()
H A DSemaObjCProperty.cpp2280 SourceLocation noteLoc = PD->getLocation(); in DiagnoseOwningPropertyGetterSynthesis() local
2287 noteLoc = getterRedecl->getLocation(); in DiagnoseOwningPropertyGetterSynthesis()
2299 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis()
2303 auto noteDiag = Diag(noteLoc, diag::note_cocoa_naming_declare_family) in DiagnoseOwningPropertyGetterSynthesis()