Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp167 SmallString<1024> JSONDatabasePath(Directory); in loadFromDirectory() local
168 llvm::sys::path::append(JSONDatabasePath, "compile_commands.json"); in loadFromDirectory()
170 JSONDatabasePath, ErrorMessage, JSONCommandLineSyntax::AutoDetect); in loadFromDirectory()