Home
last modified time | relevance | path

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

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