Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp1718 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 DParseObjc.cpp910 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 DASTReader.cpp8433 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 DSema.h7255 SourceLocation SelLoc,