Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp359 bool parseStringConstant(std::string &Result);
2554 if (parseStringConstant(SSN)) in parseOptionalScope()
2953 bool MIParser::parseStringConstant(std::string &Result) { in parseStringConstant() function in MIParser