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.cpp1298 SourceLocation SelLoc, in ParseObjCSelectorExpression() argument
1313 Diag(SelLoc, diag::warn_undeclared_selector_with_typo) in ParseObjCSelectorExpression()
1318 Diag(SelLoc, diag::warn_undeclared_selector) << Sel; in ParseObjCSelectorExpression()
1719 SourceLocation SelLoc; in CheckMessageArgumentTypes() local
1721 SelLoc = SelectorLocs.front(); in CheckMessageArgumentTypes()
1723 SelLoc = lbrac; in CheckMessageArgumentTypes()
1734 result = SemaRef.checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
1760 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes()
1764 Diag(SelLoc, DiagID) << Sel<< isClassMessage << MatchedSel; in CheckMessageArgumentTypes()
1767 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp853 SourceLocation SelLoc; in ParseObjCPropertyAttribute() local
854 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc); in ParseObjCPropertyAttribute()
865 DS.setSetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()
874 DS.setGetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h691 SourceLocation SelLoc,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9371 SourceLocation SelLoc in ReadReferencedSelectors() local
9373 Sels.push_back(std::make_pair(Sel, SelLoc)); in ReadReferencedSelectors()