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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1372 SourceLocation OpenLoc = ConsumeToken(); local
1386 Diag(OpenLoc, diag::note_matching) << "<<<";
1400 OpenLoc,
1948 SourceLocation OpenLoc = T.getOpenLocation();
1993 Result = Actions.ActOnStmtExpr(OpenLoc, Stmt.take(), Tok.getLocation());
2028 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind,
2078 return ParseCompoundLiteralExpression(Ty.get(), OpenLoc, RParenLoc);
2105 << SourceRange(OpenLoc, RParenLoc);
2115 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc,
2134 Result = Actions.ActOnParenListExpr(OpenLoc, To
[all...]

Completed in 63 milliseconds