Searched refs:setLBraceLoc (Results 1 – 3 of 3) sorted by relevance
1749 void setLBraceLoc(SourceLocation L) { LBraceLoc = L; } in setLBraceLoc() function
3881 void setLBraceLoc(SourceLocation Loc) { LBraceLoc = Loc; } in setLBraceLoc() function
717 E->setLBraceLoc(ReadSourceLocation(Record, Idx)); in VisitInitListExpr()