Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp73 if (!parseDoubleQuotedStringInto(String)) return false; in parseStringInto()
83 bool parseDoubleQuotedStringInto(std::string &String) { in parseDoubleQuotedStringInto() function in __anonaa4025470111::CommandLineArgumentParser