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

  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 303 clang::SourceLocation rparenloc; local
308 rparenloc = args[allocArgIndexEnd]->getExprLoc();
315 rparenloc);
  /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; }
Expr.h     [all...]
Stmt.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp 689 StringLiteral **clobbers, SourceLocation rparenloc)
691 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) {
791 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
    [all...]
Expr.cpp     [all...]

Completed in 233 milliseconds