Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp91 E->getSelectorLoc(0))) { in VisitObjCMessageExpr()
96 E->getSelectorLoc(0)); in VisitObjCMessageExpr()
H A DTransRetainReleaseDealloc.cpp125 clearDiagnostics(E->getSelectorLoc(0)); in VisitObjCMessageExpr()
139 clearDiagnostics(E->getSelectorLoc(0)); in VisitObjCMessageExpr()
H A DObjCMT.cpp269 SourceLocation EndLoc = Msg->getSelectorLoc(0); in rewriteToPropertyDotSyntax()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprObjC.cpp261 SelLocs.push_back(getSelectorLoc(i)); in getSelectorLocs()
H A DDeclObjC.cpp890 SelLocs.push_back(getSelectorLoc(i)); in getSelectorLocs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h1412 return getSelectorLoc(0); in getSelectorStartLoc()
1415 SourceLocation getSelectorLoc(unsigned Index) const { in getSelectorLoc() function
H A DDeclObjC.h294 return getSelectorLoc(0); in getSelectorStartLoc()
297 SourceLocation getSelectorLoc(unsigned Index) const { in getSelectorLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp1157 ->getSelectorLoc(cursor.xdata)); in getSelectorIdentifierIndexAndLoc()
1163 ->getSelectorLoc(cursor.xdata)); in getSelectorIdentifierIndexAndLoc()
H A DCIndex.cpp4807 return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange()
4817 return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp245 << FixItHint::CreateInsertion(method->getSelectorLoc(0), "(void)"); in CheckARCMethodDecl()