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