Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprObjC.cpp980 SourceLocation SelLoc, in ParseObjCSelectorExpression() argument
993 Diag(SelLoc, diag::warn_undeclared_selector_with_typo) in ParseObjCSelectorExpression()
998 Diag(SelLoc, diag::warn_undeclared_selector) << Sel; in ParseObjCSelectorExpression()
1221 SourceLocation SelLoc; in CheckMessageArgumentTypes() local
1223 SelLoc = SelectorLocs.front(); in CheckMessageArgumentTypes()
1225 SelLoc = lbrac; in CheckMessageArgumentTypes()
1236 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
1261 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes()
1266 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes()
1299 Diag(SelLoc, diag::err_typecheck_call_too_few_args) in CheckMessageArgumentTypes()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp625 SourceLocation SelLoc; in ParseObjCPropertyAttribute() local
626 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc); in ParseObjCPropertyAttribute()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp6454 SourceLocation SelLoc in ReadReferencedSelectors() local
6456 Sels.push_back(std::make_pair(Sel, SelLoc)); in ReadReferencedSelectors()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h4633 SourceLocation SelLoc,