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