Home
last modified time | relevance | path

Searched refs:setRParenLoc (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTypeLoc.h1129 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 …]
DExprOpenMP.h196 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() function
370 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() function
DStmtObjC.h55 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
108 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
DExprObjC.h426 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
DStmt.h2099 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
DExpr.h2471 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
DExprCXX.h1769 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
3478 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
DDecl.h4124 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp232 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 …]
DASTReader.cpp6622 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()
DASTReaderDecl.cpp1536 AD->setRParenLoc(readSourceLocation()); in VisitFileScopeAsmDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DTypeLoc.cpp511 setRParenLoc(Loc); in initializeLocal()
DStmt.cpp1126 setRParenLoc(RParenLoc); in WhileStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h5923 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()
DSemaType.cpp6190 TL.setRParenLoc(FTI.getRParenLoc()); in VisitFunctionTypeLoc()
6200 TL.setRParenLoc(Chunk.EndLoc); in VisitParenTypeLoc()
DSemaTemplate.cpp2361 NewTL.setRParenLoc(TL.getRParenLoc()); in transformFunctionProtoType()
DSemaDecl.cpp6081 DstPTL.setRParenLoc(SrcPTL.getRParenLoc()); in FixInvalidVariablyModifiedTypeLoc()