Lines Matching refs:SourceLocation
19 static SourceLocation getStandardSelLoc(unsigned Index,
22 SourceLocation ArgLoc,
23 SourceLocation EndLoc) {
28 return SourceLocation();
36 return SourceLocation();
47 SourceLocation getArgLoc(T* Arg);
50 SourceLocation getArgLoc<Expr>(Expr *Arg) {
55 SourceLocation getArgLoc<ParmVarDecl>(ParmVarDecl *Arg) {
56 SourceLocation Loc = Arg->getBeginLoc();
64 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) {
65 return Index < Args.size() ? getArgLoc(Args[Index]) : SourceLocation();
70 ArrayRef<SourceLocation> SelLocs,
72 SourceLocation EndLoc) {
97 ArrayRef<SourceLocation> SelLocs,
99 SourceLocation EndLoc) {
103 SourceLocation clang::getStandardSelectorLoc(unsigned Index,
107 SourceLocation EndLoc) {
114 ArrayRef<SourceLocation> SelLocs,
116 SourceLocation EndLoc) {
120 SourceLocation clang::getStandardSelectorLoc(unsigned Index,
124 SourceLocation EndLoc) {