Home
last modified time | relevance | path

Searched defs:parseExpression (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
HDParser.h190 static bool parseExpression(StringRef Code, Sema *S, in parseExpression() function
194 static bool parseExpression(StringRef Code, VariantValue *Value, in parseExpression() function
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDMCAsmParser.cpp41 bool MCAsmParser::parseExpression(const MCExpr *&Res) { in parseExpression() function in MCAsmParser
HDAsmParser.cpp959 bool AsmParser::parseExpression(const MCExpr *&Res) { in parseExpression() function in AsmParser
1028 bool AsmParser::parseExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseExpression() function in AsmParser
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDParser.cpp557 bool Parser::parseExpression(StringRef Code, Sema *S, in parseExpression() function in clang::ast_matchers::dynamic::Parser