Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h111 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp132 Compilations = CompilationDatabase::autoDetectFromSource(SourcePaths[0], in init()
H A DCompilationDatabase.cpp98 CompilationDatabase::autoDetectFromSource(StringRef SourceFile, in autoDetectFromSource() function in CompilationDatabase