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

/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1192 SourceLocation ExtLoc = ConsumeToken(); local
1212 ExprResult Res(ParseExpressionWithLeadingExtension(ExtLoc));
H A DParseExpr.cpp144 Parser::ParseExpressionWithLeadingExtension(SourceLocation ExtLoc) { argument
154 LHS = Actions.ActOnUnaryOp(getCurScope(), ExtLoc, tok::kw___extension__,
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp511 bool enableArchExtFeature(StringRef Name, SMLoc &ExtLoc);
12474 bool ARMAsmParser::enableArchExtFeature(StringRef Name, SMLoc &ExtLoc) {
12528 return Error(ExtLoc, "unknown architectural extension: " + Name);
12535 return Error(ExtLoc, "unsupported architectural extension: " + Name);
12538 return Error(ExtLoc, "architectural extension '" + Name +
12565 SMLoc ExtLoc = Parser.getTok().getLoc();
12572 enableArchExtFeature("nosha2", ExtLoc);
12573 enableArchExtFeature("noaes", ExtLoc);
12576 if (enableArchExtFeature(Name, ExtLoc))
12579 return Error(ExtLoc, "unknow
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6937 SMLoc ExtLoc = getLoc(); local
6957 return Error(ExtLoc, "unsupported architectural extension: " + Name);
6967 return Error(ExtLoc, "unknown architectural extension: " + Name);
/openbsd-current/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1793 ExprResult ParseExpressionWithLeadingExtension(SourceLocation ExtLoc);

Completed in 196 milliseconds