Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h952 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 …]
DStmtObjC.h56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
105 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
DStmtCXX.h190 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
DExprObjC.h366 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
405 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
448 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
DExpr.h1902 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
DStmt.h1115 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
DExprCXX.h1240 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
2854 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
DDecl.h3205 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()
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 …]
DASTReader.cpp5631 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()
DASTReaderDecl.cpp1069 AD->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitFileScopeAsmDecl()
/external/clang/lib/Sema/
DTreeTransform.h4548 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()
DSemaType.cpp3751 TL.setRParenLoc(FTI.getRParenLoc()); in VisitFunctionTypeLoc()
3761 TL.setRParenLoc(Chunk.EndLoc); in VisitParenTypeLoc()
DSemaDecl.cpp4662 DstPTL.setRParenLoc(SrcPTL.getRParenLoc()); in FixInvalidVariablyModifiedTypeLoc()