Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h60 enum class JSONCommandLineSyntax { Windows, Gnu, AutoDetect }; enumerator
/llvm-project-15.0.7/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp137 if (Syntax == JSONCommandLineSyntax::AutoDetect) { in unescapeCommandLine()
167 JSONDatabasePath, ErrorMessage, JSONCommandLineSyntax::AutoDetect); in loadFromDirectory()
/llvm-project-15.0.7/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp461 tooling::JSONCommandLineSyntax::AutoDetect); in main()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp247 Data, Error, tooling::JSONCommandLineSyntax::AutoDetect)) { in parseJSON()