Searched refs:SelLoc (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1295 SourceLocation SelLoc, in ParseObjCSelectorExpression() argument 1309 Diag(SelLoc, diag::warn_undeclared_selector_with_typo) in ParseObjCSelectorExpression() 1314 Diag(SelLoc, diag::warn_undeclared_selector) << Sel; in ParseObjCSelectorExpression() 1718 SourceLocation SelLoc; in CheckMessageArgumentTypes() local 1720 SelLoc = SelectorLocs.front(); in CheckMessageArgumentTypes() 1722 SelLoc = lbrac; in CheckMessageArgumentTypes() 1733 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes() 1759 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes() 1763 Diag(SelLoc, DiagID) << Sel<< isClassMessage << MatchedSel; in CheckMessageArgumentTypes() 1766 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 908 SourceLocation SelLoc; in ParseObjCPropertyAttribute() local 909 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc); in ParseObjCPropertyAttribute() 920 DS.setSetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute() 929 DS.setGetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 8356 SourceLocation SelLoc in ReadReferencedSelectors() local 8358 Sels.push_back(std::make_pair(Sel, SelLoc)); in ReadReferencedSelectors()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 6888 SourceLocation SelLoc,
|