Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1034 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 …]
DStmtObjC.h56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
105 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
DExprObjC.h379 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
420 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
465 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
DExpr.h1954 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
DStmt.h1111 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
DExprCXX.h1345 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
3028 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
DDecl.h3418 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp233 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 …]
DASTReader.cpp5766 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()
DASTReaderDecl.cpp1244 AD->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitFileScopeAsmDecl()
/external/clang/lib/Sema/
DTreeTransform.h4870 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()
DSemaType.cpp4793 TL.setRParenLoc(FTI.getRParenLoc()); in VisitFunctionTypeLoc()
4803 TL.setRParenLoc(Chunk.EndLoc); in VisitParenTypeLoc()
DSemaDecl.cpp5102 DstPTL.setRParenLoc(SrcPTL.getRParenLoc()); in FixInvalidVariablyModifiedTypeLoc()