Searched refs:SelLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1717 SourceLocation SelLoc; in CheckMessageArgumentTypes() local 1719 SelLoc = SelectorLocs.front(); in CheckMessageArgumentTypes() 1721 SelLoc = lbrac; in CheckMessageArgumentTypes() 1758 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes() 1765 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes() 1909 DiagnoseSentinelCalls(Method, SelLoc, Args); in CheckMessageArgumentTypes() 2631 SourceLocation SelLoc = SelectorSlotLocs.front(); in BuildClassMessage() local 2863 SourceLocation SelLoc = SelectorSlotLocs.front(); in BuildInstanceMessage() local 3208 Diag(SelLoc, SuperLoc.isValid() ? in BuildInstanceMessage() 3297 Diag(SelLoc, in BuildInstanceMessage() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 955 SourceLocation SelLoc; in ParseObjCPropertyAttribute() local 956 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc); in ParseObjCPropertyAttribute() 967 DS.setSetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute() 976 DS.setGetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 8694 SourceLocation SelLoc in ReadReferencedSelectors() local 8696 Sels.push_back(std::make_pair(Sel, SelLoc)); in ReadReferencedSelectors()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7685 SourceLocation SelLoc,
|