Searched defs:SelLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp607 SourceLocation SelLoc; local
608 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc);
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp944 SourceLocation SelLoc,
953 Diag(SelLoc, diag::warn_undeclared_selector) << Sel;
960 ReferencedSelectors.insert(std::make_pair(Sel, SelLoc));
2283 SourceLocation SelLoc = SelectorLocs.front();
2310 << Sel << SelLoc; local
2336 Diag(SelLoc,
2346 Diag(SelLoc,
2356 Diag(SelLoc, diag::warn_arc_perform_selector_leaks);
942 ParseObjCSelectorExpression(Selector Sel, SourceLocation AtLoc, SourceLocation SelLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument

Completed in 28 milliseconds