Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp1293 SourceLocation SelLoc, in ParseObjCSelectorExpression() argument
1307 Diag(SelLoc, diag::warn_undeclared_selector_with_typo) in ParseObjCSelectorExpression()
1312 Diag(SelLoc, diag::warn_undeclared_selector) << Sel; in ParseObjCSelectorExpression()
1716 SourceLocation SelLoc; in CheckMessageArgumentTypes() local
1718 SelLoc = SelectorLocs.front(); in CheckMessageArgumentTypes()
1720 SelLoc = lbrac; in CheckMessageArgumentTypes()
1731 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
1757 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes()
1761 Diag(SelLoc, DiagID) << Sel<< isClassMessage << MatchedSel; in CheckMessageArgumentTypes()
1764 Diag(SelLoc, DiagID) in CheckMessageArgumentTypes()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp942 SourceLocation SelLoc; in ParseObjCPropertyAttribute() local
943 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(SelLoc); in ParseObjCPropertyAttribute()
954 DS.setSetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()
963 DS.setGetterName(SelIdent, SelLoc); in ParseObjCPropertyAttribute()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp8472 SourceLocation SelLoc in ReadReferencedSelectors() local
8474 Sels.push_back(std::make_pair(Sel, SelLoc)); in ReadReferencedSelectors()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7501 SourceLocation SelLoc,