Home
last modified time | relevance | path

Searched refs:ExtLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp993 SourceLocation ExtLoc = ConsumeToken(); in ParseCompoundStatementBody() local
1013 ExprResult Res(ParseExpressionWithLeadingExtension(ExtLoc)); in ParseCompoundStatementBody()
DParseExpr.cpp140 Parser::ParseExpressionWithLeadingExtension(SourceLocation ExtLoc) { in ParseExpressionWithLeadingExtension() argument
150 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__, in ParseExpressionWithLeadingExtension()
/external/clang/include/clang/Parse/
DParser.h1422 ExprResult ParseExpressionWithLeadingExtension(SourceLocation ExtLoc);
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp10225 SMLoc ExtLoc = Parser.getTok().getLoc(); in parseDirectiveArchExtension() local
10235 Error(ExtLoc, "unknown architectural extension: " + Name); in parseDirectiveArchExtension()
10245 Error(ExtLoc, "architectural extension '" + Name + "' is not " in parseDirectiveArchExtension()
10261 Error(ExtLoc, "unknown architectural extension: " + Name); in parseDirectiveArchExtension()