Searched refs:setRParenLoc (Results 1 – 13 of 13) sorted by relevance
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 890 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function 900 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 | 56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function 104 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 441 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | Expr.h | 1783 void setRParenLoc(SourceLocation R) { RParenLoc = R; } in setRParenLoc() function 1929 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2144 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2750 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() function 3238 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3278 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3373 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3456 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | Stmt.h | 1094 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 1166 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 1544 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | ExprCXX.h | 1060 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2859 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | Decl.h | 3056 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 225 S->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitDoStmt() 238 S->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitForStmt() 297 S->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitGCCAsmStmt() 453 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitOffsetOfExpr() 498 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryExprOrTypeTraitExpr() 511 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitCallExpr() 609 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitCStyleCastExpr() 727 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitVAArgExpr() 740 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitStmtExpr() 750 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitChooseExpr() [all …]
|
D | ASTReader.cpp | 4280 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfExprTypeLoc() 4285 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfTypeLoc() 4294 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryTransformTypeLoc() 4347 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitParenTypeLoc() 4394 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitAtomicTypeLoc()
|
D | ASTReaderDecl.cpp | 948 AD->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitFileScopeAsmDecl()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 4346 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfExprType() 4369 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfType() 4594 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformAtomicType() 4887 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformParenType()
|
D | SemaType.cpp | 3285 TL.setRParenLoc(Chunk.EndLoc); in VisitParenTypeLoc()
|