Searched refs:parseAuthExpr (Results 1 – 1 of 1) sorted by relevance
185 bool parseAuthExpr(const MCExpr *&Res, SMLoc &EndLoc);8184 return parseAuthExpr(Res, EndLoc); in parseDataExpr()8225 bool AArch64AsmParser::parseAuthExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parseAuthExpr() function in AArch64AsmParser