Searched refs:SelLoc (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1295 SourceLocation SelLoc,
1309 Diag(SelLoc, diag::warn_undeclared_selector_with_typo)
1314 Diag(SelLoc, diag::warn_undeclared_selector) << Sel;
1707 SourceLocation SelLoc; local
1709 SelLoc = SelectorLocs.front();
1711 SelLoc = lbrac;
1722 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy);
1748 Diag(SelLoc, DiagID)
1752 Diag(SelLoc, DiagID) << Sel<< isClassMessage << MatchedSel;
1755 Diag(SelLoc, DiagI
1293 ParseObjCSelectorExpression(Selector Sel, SourceLocation AtLoc, SourceLocation SelLoc, SourceLocation LParenLoc, SourceLocation RParenLoc, bool WarnMultipleSelectors) argument
2616 SourceLocation SelLoc = SelectorSlotLocs.front(); local
2850 SourceLocation SelLoc = SelectorSlotLocs.front(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp903 SourceLocation SelLoc; local
904 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc);
915 DS.setSetterName(SelIdent, SelLoc);
924 DS.setGetterName(SelIdent, SelLoc);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8319 SourceLocation SelLoc
8321 Sels.push_back(std::make_pair(Sel, SelLoc));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6638 SourceLocation SelLoc,

Completed in 133 milliseconds