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 190 SourceLocation RParenLoc; // the location of the right parenthesis
197 SourceLocation RParenLoc,
200 RParenLoc(RParenLoc), AngleBrackets(AngleBrackets) {}
215 SourceLocation getRParenLoc() const { return RParenLoc; }
218 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
241 SourceLocation l, SourceLocation RParenLoc,
244 writtenTy, l, RParenLoc, AngleBrackets) {}
254 SourceLocation RParenLoc,
272 SourceLocation l, SourceLocation RParenLoc,
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 758 milliseconds