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