Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp256 SelLocs.push_back(getSelectorLoc(i)); in getSelectorLocs()
H A DDeclObjC.cpp938 SelLocs.push_back(getSelectorLoc(i)); in getSelectorLocs()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1416 return getSelectorLoc(0); in getSelectorStartLoc()
1419 SourceLocation getSelectorLoc(unsigned Index) const { in getSelectorLoc() function
H A DDeclObjC.h291 return getSelectorLoc(0); in getSelectorStartLoc()
294 SourceLocation getSelectorLoc(unsigned Index) const { in getSelectorLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp251 << FixItHint::CreateInsertion(method->getSelectorLoc(0), "(void)"); in CheckARCMethodDecl()