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

/external/llvm/lib/TableGen/
H A DTGParser.cpp1275 SMLoc BraceLoc = Lex.getLoc(); local
1294 Error(BraceLoc, "Element #" + utostr(i) + " (" + Vals[i]->getAsString()+
2020 SMLoc BraceLoc = Lex.getLoc(); local
2030 return Error(BraceLoc, "to match this '{'");
2143 SMLoc BraceLoc = Lex.getLoc(); local
2153 return Error(BraceLoc, "to match this '{'");
/external/clang/lib/Parse/
H A DParseObjc.cpp2831 SourceLocation BraceLoc = Tok.getLocation(); local
2850 FnBody = Actions.ActOnCompoundStmt(BraceLoc, BraceLoc,

Completed in 120 milliseconds