Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp974 SourceLocation ExtLoc = ConsumeToken(); in ParseCompoundStatementBody() local
994 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.h1400 ExprResult ParseExpressionWithLeadingExtension(SourceLocation ExtLoc);
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9956 SMLoc ExtLoc = Parser.getTok().getLoc(); in parseDirectiveArchExtension() local
9966 Error(ExtLoc, "unknown architectural extension: " + Name); in parseDirectiveArchExtension()
9976 Error(ExtLoc, "architectural extension '" + Name + "' is not " in parseDirectiveArchExtension()
9992 Error(ExtLoc, "unknown architectural extension: " + Name); in parseDirectiveArchExtension()