Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp159 SmallString<1024> JSONDatabasePath(Directory); in loadFromDirectory() local
160 llvm::sys::path::append(JSONDatabasePath, "compile_commands.json"); in loadFromDirectory()
162 JSONDatabasePath, ErrorMessage, JSONCommandLineSyntax::AutoDetect); in loadFromDirectory()