Searched defs:getArgLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DSelectorLocationsKind.cpp48 SourceLocation getArgLoc(T* Arg);
51 SourceLocation getArgLoc<Expr>(Expr *Arg) { function in namespace:__anon17746
56 SourceLocation getArgLoc<ParmVarDecl>(ParmVarDecl *Arg) { function in namespace:__anon17746
65 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { function in namespace:__anon17746
66 return Index < Args.size() ? getArgLoc(Args[Index]) : SourceLocation();
110 getArgLoc(Index, Args), EndLoc);
127 getArgLoc(Index, Args), EndLoc);

Completed in 1002 milliseconds