Searched refs:setRParenLoc (Results 1 – 13 of 13) sorted by relevance
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 1034 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function 1044 setRParenLoc(Loc); in initializeLocal() 1284 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function 1320 setRParenLoc(Loc); in initializeLocal() 1604 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function 1613 setRParenLoc(range.getEnd()); in setParensRange() 1623 setRParenLoc(Loc); in initializeLocal() 1683 void setRParenLoc(SourceLocation Loc) { getLocalData()->RParenLoc = Loc; } in setRParenLoc() function 1701 setRParenLoc(Range.getEnd()); in setParensRange() 1706 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 | ExprObjC.h | 379 void setRParenLoc(SourceLocation L) { RParenLoc = L; } 420 void setRParenLoc(SourceLocation L) { RParenLoc = L; } 465 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
|
D | Expr.h | 1954 void setRParenLoc(SourceLocation R) { RParenLoc = R; } in setRParenLoc() function 2086 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2321 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2933 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() function 3472 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3510 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3669 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3754 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | Stmt.h | 1111 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 1183 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 1566 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | ExprCXX.h | 1345 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3028 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
D | Decl.h | 3418 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() 557 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitOffsetOfExpr() 602 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryExprOrTypeTraitExpr() 624 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitCallExpr() 724 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitCStyleCastExpr() 852 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitVAArgExpr() 866 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitStmtExpr() 876 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitChooseExpr() [all …]
|
D | ASTReader.cpp | 5766 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitFunctionTypeLoc() 5787 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfExprTypeLoc() 5792 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfTypeLoc() 5801 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryTransformTypeLoc() 5854 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitParenTypeLoc() 5905 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitAtomicTypeLoc()
|
D | ASTReaderDecl.cpp | 1244 AD->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitFileScopeAsmDecl()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 4870 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionProtoType() 4995 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionNoProtoType() 5075 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfExprType() 5098 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfType() 5324 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformAtomicType() 5626 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformParenType()
|
D | SemaType.cpp | 4793 TL.setRParenLoc(FTI.getRParenLoc()); in VisitFunctionTypeLoc() 4803 TL.setRParenLoc(Chunk.EndLoc); in VisitParenTypeLoc()
|
D | SemaDecl.cpp | 5102 DstPTL.setRParenLoc(SrcPTL.getRParenLoc()); in FixInvalidVariablyModifiedTypeLoc()
|