Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h60 enum class JSONCommandLineSyntax { Windows, Gnu, AutoDetect }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp137 if (Syntax == JSONCommandLineSyntax::AutoDetect) { in unescapeCommandLine()
167 JSONDatabasePath, ErrorMessage, JSONCommandLineSyntax::AutoDetect); in loadFromDirectory()