HomeSort by relevance Sort by last modified time
    Searched defs:RParenLoc (Results 1 - 13 of 13) sorted by null

  /external/clang/include/clang/AST/
StmtObjC.h 28 SourceLocation RParenLoc;
55 SourceLocation getRParenLoc() const { return RParenLoc; }
56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
78 SourceLocation AtCatchLoc, RParenLoc;
81 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc,
85 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { }
104 SourceLocation getRParenLoc() const { return RParenLoc; }
105 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
StmtCXX.h 136 SourceLocation RParenLoc;
191 SourceLocation getRParenLoc() const { return RParenLoc; }
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...]
ExprObjC.h 362 SourceLocation AtLoc, RParenLoc;
371 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
378 SourceLocation getRParenLoc() const { return RParenLoc; }
379 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
389 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
404 SourceLocation AtLoc, RParenLoc;
410 SelName(selInfo), AtLoc(at), RParenLoc(rp){}
418 SourceLocation getRParenLoc() const { return RParenLoc; }
420 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
423 SourceLocation getLocEnd() const LLVM_READONLY { return RParenLoc; }
    [all...]
DeclCXX.h     [all...]
Stmt.h     [all...]
Expr.h     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 708 SourceLocation RParenLoc;
710 isTypeCast == IsTypeCast, CastTy, RParenLoc);
    [all...]
ParsePragma.cpp 343 SourceLocation RParenLoc;
359 Info->LParenLoc, Info->RParenLoc);
    [all...]
ParseExprCXX.cpp     [all...]
ParseObjc.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 393 milliseconds