Searched refs:BraceLoc (Results 1 – 2 of 2) sorted by relevance
1286 SMLoc BraceLoc = Lex.getLoc(); in ParseSimpleValue() local1327 Error(BraceLoc, "Element #" + utostr(i) + " (" + Vals[i]->getAsString()+ in ParseSimpleValue()2125 SMLoc BraceLoc = Lex.getLoc(); in ParseForeach() local2135 return Error(BraceLoc, "to match this '{'"); in ParseForeach()2250 SMLoc BraceLoc = Lex.getLoc(); in ParseTopLevelLet() local2260 return Error(BraceLoc, "to match this '{'"); in ParseTopLevelLet()
2856 SourceLocation BraceLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseCXXMemberSpecification() local2880 Diag(BraceLoc, diag::err_expected_lbrace_after_base_specifiers); in ParseCXXMemberSpecification()2882 LBraceDiag << FixItHint::CreateInsertion(BraceLoc, " {"); in ParseCXXMemberSpecification()