Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DCompilationDatabase.h177 static std::unique_ptr<FixedCompilationDatabase> loadFromCommandLine(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DCommonOptionsParser.cpp114 FixedCompilationDatabase::loadFromCommandLine(argc, argv, ErrorMessage); in init()
H A DCompilationDatabase.cpp344 FixedCompilationDatabase::loadFromCommandLine(int &Argc, in loadFromCommandLine() function in FixedCompilationDatabase