HomeSort by relevance Sort by last modified time
    Searched refs:rParenLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ExprCXX.h 160 SourceLocation RParenLoc; // the location of the right parenthesis
166 SourceLocation RParenLoc)
168 RParenLoc(RParenLoc) {}
183 SourceLocation getRParenLoc() const { return RParenLoc; }
186 return SourceRange(Loc, RParenLoc);
209 SourceLocation l, SourceLocation RParenLoc)
211 writtenTy, l, RParenLoc) {}
221 SourceLocation RParenLoc);
240 SourceLocation l, SourceLocation RParenLoc)
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 736 milliseconds