Searched refs:BraceLoc (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1925 SMLoc BraceLoc = Lex.getLoc(); local
1966 Error(BraceLoc, "Element #" + Twine(i) + " (" + Vals[i]->getAsString() +
2800 SMLoc BraceLoc = Lex.getLoc();
2811 return Error(BraceLoc, "to match this '{'");
2892 SMLoc BraceLoc = Lex.getLoc(); local
2902 return Error(BraceLoc, "to match this '{'");
3005 SMLoc BraceLoc = Lex.getLoc(); local
3015 return Error(BraceLoc, "to match this '{'");
3138 SMLoc BraceLoc = Lex.getLoc(); local
3148 return Error(BraceLoc, "t
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp466 SourceLocation BraceLoc = Tok.getLocation(); local
469 Diag(BraceLoc, diag::err_init_list_bin_op)
H A DParseDeclCXX.cpp3275 SourceLocation BraceLoc = PP.getLocForEndOfToken(PrevTokLocation); local
3299 Diag(BraceLoc, diag::err_expected_lbrace_after_base_specifiers);
3301 LBraceDiag << FixItHint::CreateInsertion(BraceLoc, " {");

Completed in 109 milliseconds