Home
last modified time | relevance | path

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

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