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

  /external/clang/include/clang/AST/
ExprCXX.h 162 SourceLocation RParenLoc; // the location of the right parenthesis
168 SourceLocation RParenLoc)
170 RParenLoc(RParenLoc) {}
185 SourceLocation getRParenLoc() const { return RParenLoc; }
188 return SourceRange(Loc, RParenLoc);
212 SourceLocation l, SourceLocation RParenLoc)
214 writtenTy, l, RParenLoc) {}
224 SourceLocation RParenLoc);
243 SourceLocation l, SourceLocation RParenLoc)
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 140 milliseconds