Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprObjC.cpp261 SelLocs.push_back(getSelectorLoc(i)); in getSelectorLocs()
H A DDeclObjC.cpp941 SelLocs.push_back(getSelectorLoc(i)); in getSelectorLocs()
/openbsd-src/gnu/llvm/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.h293 return getSelectorLoc(0); in getSelectorStartLoc()
296 SourceLocation getSelectorLoc(unsigned Index) const { in getSelectorLoc() function
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.cpp1207 ->getSelectorLoc(cursor.xdata)); in getSelectorIdentifierIndexAndLoc()
1213 ->getSelectorLoc(cursor.xdata)); in getSelectorIdentifierIndexAndLoc()
H A DCIndex.cpp5033 return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange()
5043 return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp245 << FixItHint::CreateInsertion(method->getSelectorLoc(0), "(void)"); in CheckARCMethodDecl()