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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 908 SourceLocation SelLoc;
909 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc);
920 DS.setSetterName(SelIdent, SelLoc);
929 DS.setGetterName(SelIdent, SelLoc);
1370 SourceLocation selLoc;
1371 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(selLoc);
1391 selLoc, Sel, nullptr, CParamInfo.data(), CParamInfo.size(), methodAttrs,
1443 KeyLocs.push_back(selLoc);
1459 SelIdent = ParseObjCSelectorPiece(selLoc);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 1295 SourceLocation SelLoc,
1309 Diag(SelLoc, diag::warn_undeclared_selector_with_typo)
1314 Diag(SelLoc, diag::warn_undeclared_selector) << Sel;
1718 SourceLocation SelLoc;
1720 SelLoc = SelectorLocs.front();
1722 SelLoc = lbrac;
1733 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy);
1759 Diag(SelLoc, DiagID)
1763 Diag(SelLoc, DiagID) << Sel<< isClassMessage << MatchedSel;
1766 Diag(SelLoc, DiagID
    [all...]

Completed in 26 milliseconds