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.cpp3911 SourceLocation noteLoc = afterLParen.isValid() ? afterLParen : loc; in diagnoseObjCARCConversion() local
3933 ? S.Diag(noteLoc, diag::note_arc_bridge) in diagnoseObjCARCConversion()
3934 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge); in diagnoseObjCARCConversion()
3943 ? S.Diag(noteLoc, diag::note_arc_cstyle_bridge_transfer) in diagnoseObjCARCConversion()
3945 : S.Diag(br ? castExpr->getExprLoc() : noteLoc, in diagnoseObjCARCConversion()
3974 ? S.Diag(noteLoc, diag::note_arc_bridge) in diagnoseObjCARCConversion()
3975 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge); in diagnoseObjCARCConversion()
3983 ? S.Diag(noteLoc, diag::note_arc_cstyle_bridge_retained) in diagnoseObjCARCConversion()
3985 : S.Diag(br ? castExpr->getExprLoc() : noteLoc, in diagnoseObjCARCConversion()
H A DSemaObjCProperty.cpp2272 SourceLocation noteLoc = PD->getLocation(); in DiagnoseOwningPropertyGetterSynthesis() local
2279 noteLoc = getterRedecl->getLocation(); in DiagnoseOwningPropertyGetterSynthesis()
2291 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens); in DiagnoseOwningPropertyGetterSynthesis()
2295 auto noteDiag = Diag(noteLoc, diag::note_cocoa_naming_declare_family) in DiagnoseOwningPropertyGetterSynthesis()