Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h890 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function
900 setRParenLoc(Loc); in initializeLocal()
1388 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function
1397 setRParenLoc(range.getEnd()); in setParensRange()
1407 setRParenLoc(Loc); in initializeLocal()
1465 void setRParenLoc(SourceLocation Loc) { getLocalData()->RParenLoc = Loc; } in setRParenLoc() function
1483 setRParenLoc(Range.getEnd()); in setParensRange()
1488 setRParenLoc(Loc); in initializeLocal()
1791 void setRParenLoc(SourceLocation Loc) { in setRParenLoc() function
1800 setRParenLoc(Range.getEnd()); in setParensRange()
[all …]
DStmtObjC.h56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
104 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
DStmtCXX.h191 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() function
DExprObjC.h359 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
400 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
441 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
DExpr.h1783 void setRParenLoc(SourceLocation R) { RParenLoc = R; } in setRParenLoc() function
1929 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
2144 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
2750 void setRParenLoc(SourceLocation L) { RPLoc = L; } in setRParenLoc() function
3238 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
3278 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
3373 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
3456 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
DStmt.h1094 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
1166 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
1544 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
DExprCXX.h1060 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
2859 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
DDecl.h3056 void setRParenLoc(SourceLocation L) { RParenLoc = L; } in setRParenLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp225 S->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitDoStmt()
238 S->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitForStmt()
297 S->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitGCCAsmStmt()
453 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitOffsetOfExpr()
498 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryExprOrTypeTraitExpr()
511 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitCallExpr()
609 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitCStyleCastExpr()
727 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitVAArgExpr()
740 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitStmtExpr()
750 E->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitChooseExpr()
[all …]
DASTReader.cpp4280 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfExprTypeLoc()
4285 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfTypeLoc()
4294 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryTransformTypeLoc()
4347 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitParenTypeLoc()
4394 TL.setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitAtomicTypeLoc()
DASTReaderDecl.cpp948 AD->setRParenLoc(ReadSourceLocation(Record, Idx)); in VisitFileScopeAsmDecl()
/external/clang/lib/Sema/
DTreeTransform.h4346 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfExprType()
4369 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformTypeOfType()
4594 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformAtomicType()
4887 NewTL.setRParenLoc(TL.getRParenLoc()); in TransformParenType()
DSemaType.cpp3285 TL.setRParenLoc(Chunk.EndLoc); in VisitParenTypeLoc()