HomeSort by: relevance | last modified time | path
    Searched refs:noteLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 3913 SourceLocation noteLoc = afterLParen.isValid() ? afterLParen : loc;
3935 ? S.Diag(noteLoc, diag::note_arc_bridge)
3936 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge);
3945 ? S.Diag(noteLoc, diag::note_arc_cstyle_bridge_transfer)
3947 : S.Diag(br ? castExpr->getExprLoc() : noteLoc,
3976 ? S.Diag(noteLoc, diag::note_arc_bridge)
3977 : S.Diag(noteLoc, diag::note_arc_cstyle_bridge);
3985 ? S.Diag(noteLoc, diag::note_arc_cstyle_bridge_retained)
3987 : S.Diag(br ? castExpr->getExprLoc() : noteLoc,
SemaObjCProperty.cpp 2285 SourceLocation noteLoc = PD->getLocation();
2292 noteLoc = getterRedecl->getLocation();
2304 StringRef macroName = PP.getLastMacroWithSpelling(noteLoc, tokens);
2308 auto noteDiag = Diag(noteLoc, diag::note_cocoa_naming_declare_family)

Completed in 39 milliseconds