Searched refs:SelLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaExprObjC.cpp | 980 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/ |
| D | ParseObjc.cpp | 625 SourceLocation SelLoc; in ParseObjCPropertyAttribute() local 626 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc); in ParseObjCPropertyAttribute()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReader.cpp | 6454 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/ |
| D | Sema.h | 4633 SourceLocation SelLoc,
|