HomeSort by: relevance | last modified time | path
    Searched refs:ExtLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 1108 SourceLocation ExtLoc = ConsumeToken();
1128 ExprResult Res(ParseExpressionWithLeadingExtension(ExtLoc));
ParseExpr.cpp 143 Parser::ParseExpressionWithLeadingExtension(SourceLocation ExtLoc) {
153 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 502 bool enableArchExtFeature(StringRef Name, SMLoc &ExtLoc);
12234 bool ARMAsmParser::enableArchExtFeature(StringRef Name, SMLoc &ExtLoc) {
12287 return Error(ExtLoc, "unknown architectural extension: " + Name);
12294 return Error(ExtLoc, "unsupported architectural extension: " + Name);
12297 return Error(ExtLoc, "architectural extension '" + Name +
12324 SMLoc ExtLoc = Parser.getTok().getLoc();
12332 enableArchExtFeature("nosha2", ExtLoc);
12333 enableArchExtFeature("noaes", ExtLoc);
12336 if (enableArchExtFeature(Name, ExtLoc))
12339 return Error(ExtLoc, "unknown architectural extension: " + Name)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 5472 SMLoc ExtLoc = getLoc();
5493 return Error(ExtLoc, "unsupported architectural extension: " + Name);
5504 return Error(ExtLoc, "unknown architectural extension: " + Name);
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1756 ExprResult ParseExpressionWithLeadingExtension(SourceLocation ExtLoc);

Completed in 71 milliseconds