| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | TypeLoc.h | 1129 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function 1139 setRParenLoc(Loc); in initializeLocal() 1398 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function 1446 setRParenLoc(Loc); in initializeLocal() 1932 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function 1942 setRParenLoc(range.getEnd()); in setParensRange() 1952 setRParenLoc(Loc); in initializeLocal() 2015 void setRParenLoc(SourceLocation Loc) { getLocalData()->RParenLoc = Loc; } in setRParenLoc() function 2035 setRParenLoc(Range.getEnd()); in setParensRange() 2501 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function [all …]
|
| D | ExprOpenMP.h | 196 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() function 370 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() function
|
| D | StmtObjC.h | 55 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function 108 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
|
| D | ExprObjC.h | 426 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 474 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 528 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
| D | Stmt.h | 2099 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function 2263 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function 2423 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2483 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2556 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 2997 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
| D | Expr.h | 2471 void setRParenLoc(SourceLocation R) { RParenLoc = R; } in setRParenLoc() function 2613 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3103 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3763 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() function 4365 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 4408 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 4564 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 4653 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
| D | ExprCXX.h | 1769 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function 3478 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
| D | Decl.h | 4124 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/ |
| D | ASTReaderStmt.cpp | 232 S->setRParenLoc(readSourceLocation()); in VisitIfStmt() 255 S->setRParenLoc(readSourceLocation()); in VisitSwitchStmt() 281 S->setRParenLoc(readSourceLocation()); in VisitWhileStmt() 290 S->setRParenLoc(readSourceLocation()); in VisitDoStmt() 302 S->setRParenLoc(readSourceLocation()); in VisitForStmt() 374 S->setRParenLoc(readSourceLocation()); in VisitGCCAsmStmt() 738 E->setRParenLoc(readSourceLocation()); in VisitOffsetOfExpr() 783 E->setRParenLoc(readSourceLocation()); in VisitUnaryExprOrTypeTraitExpr() 978 E->setRParenLoc(readSourceLocation()); in VisitOMPArrayShapingExpr() 986 E->setRParenLoc(readSourceLocation()); in VisitOMPIteratorExpr() [all …]
|
| D | ASTReader.cpp | 6622 TL.setRParenLoc(readSourceLocation()); in VisitFunctionTypeLoc() 6649 TL.setRParenLoc(readSourceLocation()); in VisitTypeOfExprTypeLoc() 6655 TL.setRParenLoc(readSourceLocation()); in VisitTypeOfTypeLoc() 6666 TL.setRParenLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc() 6731 TL.setRParenLoc(readSourceLocation()); in VisitParenTypeLoc() 6800 TL.setRParenLoc(readSourceLocation()); in VisitAtomicTypeLoc()
|
| D | ASTReaderDecl.cpp | 1536 AD->setRParenLoc(readSourceLocation()); in VisitFileScopeAsmDecl()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | TypeLoc.cpp | 511 setRParenLoc(Loc); in initializeLocal()
|
| D | Stmt.cpp | 1126 setRParenLoc(RParenLoc); in WhileStmt()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | TreeTransform.h | 5923 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionProtoType() 6044 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformFunctionNoProtoType() 6125 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfExprType() 6148 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfType() 6380 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformAtomicType() 6821 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformParenType()
|
| D | SemaType.cpp | 6190 TL.setRParenLoc(FTI.getRParenLoc()); in VisitFunctionTypeLoc() 6200 TL.setRParenLoc(Chunk.EndLoc); in VisitParenTypeLoc()
|
| D | SemaTemplate.cpp | 2361 NewTL.setRParenLoc(TL.getRParenLoc()); in transformFunctionProtoType()
|
| D | SemaDecl.cpp | 6081 DstPTL.setRParenLoc(SrcPTL.getRParenLoc()); in FixInvalidVariablyModifiedTypeLoc()
|