/external/clang/include/clang/AST/ |
D | TypeLoc.h | 881 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function 891 setRParenLoc(Loc); in initializeLocal() 1388 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function 1397 setRParenLoc(range.getEnd()); in setParensRange() 1407 setRParenLoc(Loc); in initializeLocal() 1465 void setRParenLoc(SourceLocation Loc) { getLocalData()->RParenLoc = Loc; } in setRParenLoc() function 1483 setRParenLoc(Range.getEnd()); in setParensRange() 1488 setRParenLoc(Loc); in initializeLocal() 1791 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function 1800 setRParenLoc(Range.getEnd()); in setParensRange() [all …]
|
D | StmtObjC.h | 57 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function 105 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
|
D | StmtCXX.h | 191 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
|
D | ExprObjC.h | 359 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 400 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 440 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | Expr.h | 1771 void setRParenLoc(SourceLocation R) { RParenLoc = R; } in setRParenLoc() function 1917 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2132 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2738 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() function 3226 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3267 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3362 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3445 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | Stmt.h | 1089 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 1161 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 1395 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | ExprCXX.h | 1034 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2814 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | DeclCXX.h | 2915 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
|
D | Decl.h | 3046 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 220 S->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitDoStmt() 233 S->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitForStmt() 292 S->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitAsmStmt() 444 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitOffsetOfExpr() 489 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryExprOrTypeTraitExpr() 502 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitCallExpr() 600 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitCStyleCastExpr() 718 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitVAArgExpr() 731 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitStmtExpr() 741 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitChooseExpr() [all …]
|
D | ASTReader.cpp | 4241 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfExprTypeLoc() 4246 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfTypeLoc() 4255 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryTransformTypeLoc() 4308 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitParenTypeLoc() 4355 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitAtomicTypeLoc()
|
D | ASTReaderDecl.cpp | 945 AD->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitFileScopeAsmDecl()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 4362 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfExprType() 4385 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfType() 4610 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformAtomicType() 4903 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformParenType()
|
D | SemaType.cpp | 3119 TL.setRParenLoc(Chunk.EndLoc); in VisitParenTypeLoc()
|