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 183 SourceLocation RParenLoc; // the location of the right parenthesis
190 SourceLocation RParenLoc,
193 RParenLoc(RParenLoc), AngleBrackets(AngleBrackets) {}
208 SourceLocation getRParenLoc() const { return RParenLoc; }
211 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
234 SourceLocation l, SourceLocation RParenLoc,
237 writtenTy, l, RParenLoc, AngleBrackets) {}
247 SourceLocation RParenLoc,
265 SourceLocation l, SourceLocation RParenLoc,
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 615 milliseconds