Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1303 SourceLocation SelLoc, in ParseObjCSelectorExpression() argument
1318 Diag(SelLoc, diag::warn_undeclared_selector_with_typo) in ParseObjCSelectorExpression()
1323 Diag(SelLoc, diag::warn_undeclared_selector) << Sel; in ParseObjCSelectorExpression()
1732 SourceLocation SelLoc; in CheckMessageArgumentTypes() local
1734 SelLoc = SelectorLocs.front(); in CheckMessageArgumentTypes()
1736 SelLoc = lbrac; in CheckMessageArgumentTypes()
1747 result = SemaRef.checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
1773 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes()
1777 Diag(SelLoc, DiagID) << Sel<< isClassMessage << MatchedSel; in CheckMessageArgumentTypes()
1780 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp960 SourceLocation SelLoc; in ParseObjCPropertyAttribute() local
961 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc); in ParseObjCPropertyAttribute()
972 DS.setSetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()
981 DS.setGetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h699 SourceLocation SelLoc,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8785 SourceLocation SelLoc in ReadReferencedSelectors() local
8787 Sels.push_back(std::make_pair(Sel, SelLoc)); in ReadReferencedSelectors()