Searched refs:setLParenLoc (Results 1 – 8 of 8) sorted by relevance
863 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function875 setLParenLoc(Loc); in initializeLocal()1350 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function1365 setLParenLoc(range.getBegin()); in setParensRange()1375 setLParenLoc(Loc); in initializeLocal()1429 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; } in setLParenLoc() function1449 setLParenLoc(Range.getBegin()); in setParensRange()1456 setLParenLoc(Loc); in initializeLocal()
2270 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function2580 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function3062 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
1013 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
2279 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
200 S->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitForStmt()566 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCStyleCastExpr()572 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCompoundLiteralExpr()697 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitStmtExpr()1179 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCXXUnresolvedConstructExpr()
3702 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfExprTypeLoc()3707 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfTypeLoc()3716 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryTransformTypeLoc()3768 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitParenTypeLoc()
4164 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()4187 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()4674 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
2964 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()