Searched refs:getSelectorLoc (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp94 E->getSelectorLoc(0))) {
99 E->getSelectorLoc(0));
H A DTransRetainReleaseDealloc.cpp121 clearDiagnostics(E->getSelectorLoc(0));
135 clearDiagnostics(E->getSelectorLoc(0));
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h1333 return getSelectorLoc(0);
1335 SourceLocation getSelectorLoc(unsigned Index) const {
H A DDeclObjC.h310 return getSelectorLoc(0);
312 SourceLocation getSelectorLoc(unsigned Index) const { function in class:clang::ObjCList
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp609 SelLocs.push_back(getSelectorLoc(i));
H A DExpr.cpp3529 SelLocs.push_back(getSelectorLoc(i));
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp218 << FixItHint::CreateInsertion(method->getSelectorLoc(0), "(void)");

Completed in 219 milliseconds