Searched refs:SelLoc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1718 SourceLocation SelLoc; in CheckMessageArgumentTypes() local 1720 SelLoc = SelectorLocs.front(); in CheckMessageArgumentTypes() 1722 SelLoc = lbrac; in CheckMessageArgumentTypes() 1759 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes() 1766 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes() 1909 DiagnoseSentinelCalls(Method, SelLoc, Args); in CheckMessageArgumentTypes() 2628 SourceLocation SelLoc = SelectorSlotLocs.front(); in BuildClassMessage() local 2862 SourceLocation SelLoc = SelectorSlotLocs.front(); in BuildInstanceMessage() local 3207 Diag(SelLoc, SuperLoc.isValid() ? in BuildInstanceMessage() 3296 Diag(SelLoc, in BuildInstanceMessage() [all …]
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 910 SourceLocation SelLoc; in ParseObjCPropertyAttribute() local 911 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc); in ParseObjCPropertyAttribute() 922 DS.setSetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute() 931 DS.setGetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 8433 SourceLocation SelLoc in ReadReferencedSelectors() local 8435 Sels.push_back(std::make_pair(Sel, SelLoc)); in ReadReferencedSelectors()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 7255 SourceLocation SelLoc,
|