Searched refs:findCompileArgsInJsonDatabase (Results 1 - 1 of 1) sorted by relevance

/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp115 static CompileCommand findCompileArgsInJsonDatabase(StringRef FileName, function in namespace:clang::tooling
205 TEST(findCompileArgsInJsonDatabase, FindsNothingIfEmpty) {
207 CompileCommand NotFound = findCompileArgsInJsonDatabase(
213 TEST(findCompileArgsInJsonDatabase, ReadsSingleEntry) {
218 CompileCommand FoundCommand = findCompileArgsInJsonDatabase(
232 CompileCommand NotFound = findCompileArgsInJsonDatabase(
242 TEST(findCompileArgsInJsonDatabase, ReadsCompileCommandLinesWithSpaces) {
247 CompileCommand FoundCommand = findCompileArgsInJsonDatabase(
259 TEST(findCompileArgsInJsonDatabase, ReadsDirectoryWithSpaces) {
264 CompileCommand FoundCommand = findCompileArgsInJsonDatabase(
[all...]

Completed in 147 milliseconds