Home
last modified time | relevance | path

Searched refs:getSelectorLoc (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp92 E->getSelectorLoc(0))) { in VisitObjCMessageExpr()
97 E->getSelectorLoc(0)); in VisitObjCMessageExpr()
H A DTransRetainReleaseDealloc.cpp126 clearDiagnostics(E->getSelectorLoc(0)); in VisitObjCMessageExpr()
140 clearDiagnostics(E->getSelectorLoc(0)); in VisitObjCMessageExpr()
H A DObjCMT.cpp266 SourceLocation EndLoc = Msg->getSelectorLoc(0); in rewriteToPropertyDotSyntax()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprObjC.cpp293 SelLocs.push_back(getSelectorLoc(i)); in getSelectorLocs()
H A DDeclObjC.cpp884 SelLocs.push_back(getSelectorLoc(i)); in getSelectorLocs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h1369 return getSelectorLoc(0);
1372 SourceLocation getSelectorLoc(unsigned Index) const {
H A DDeclObjC.h292 return getSelectorLoc(0); in getSelectorStartLoc()
295 SourceLocation getSelectorLoc(unsigned Index) const { in getSelectorLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp245 << FixItHint::CreateInsertion(method->getSelectorLoc(0), "(void)"); in CheckARCMethodDecl()