/external/clang/include/clang/AST/ |
D | TypeLoc.h | 952 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function 962 setRParenLoc(Loc); in initializeLocal() 1202 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function 1238 setRParenLoc(Loc); in initializeLocal() 1522 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function 1531 setRParenLoc(range.getEnd()); in setParensRange() 1541 setRParenLoc(Loc); in initializeLocal() 1599 void setRParenLoc(SourceLocation Loc) { getLocalData()->RParenLoc = Loc; } in setRParenLoc() function 1617 setRParenLoc(Range.getEnd()); in setParensRange() 1622 setRParenLoc(Loc); in initializeLocal() [all …]
|
D | StmtObjC.h | 56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function 105 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
|
D | StmtCXX.h | 190 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
|
D | ExprObjC.h | 366 void setRParenLoc(SourceLocation L) { RParenLoc = L; } 405 void setRParenLoc(SourceLocation L) { RParenLoc = L; } 448 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
|
D | Expr.h | 1902 void setRParenLoc(SourceLocation R) { RParenLoc = R; } in setRParenLoc() function 2045 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2281 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2882 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() function 3416 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3455 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3614 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3695 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | Stmt.h | 1115 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 1187 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 1562 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | ExprCXX.h | 1240 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2854 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | Decl.h | 3205 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 233 S->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitDoStmt() 246 S->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitForStmt() 311 S->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitGCCAsmStmt() 536 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitOffsetOfExpr() 581 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryExprOrTypeTraitExpr() 594 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitCallExpr() 694 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitCStyleCastExpr() 812 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitVAArgExpr() 825 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitStmtExpr() 835 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitChooseExpr() [all …]
|
D | ASTReader.cpp | 5631 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitFunctionTypeLoc() 5652 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfExprTypeLoc() 5657 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfTypeLoc() 5666 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryTransformTypeLoc() 5719 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitParenTypeLoc() 5766 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitAtomicTypeLoc()
|
D | ASTReaderDecl.cpp | 1069 AD->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitFileScopeAsmDecl()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 4548 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionProtoType() 4572 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionNoProtoType() 4652 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfExprType() 4675 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfType() 4901 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformAtomicType() 5192 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformParenType()
|
D | SemaType.cpp | 3751 TL.setRParenLoc(FTI.getRParenLoc()); in VisitFunctionTypeLoc() 3761 TL.setRParenLoc(Chunk.EndLoc); in VisitParenTypeLoc()
|
D | SemaDecl.cpp | 4662 DstPTL.setRParenLoc(SrcPTL.getRParenLoc()); in FixInvalidVariablyModifiedTypeLoc()
|