Searched refs:SourceDir (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp119 CompilationDatabase::autoDetectFromDirectory(StringRef SourceDir, argument
121 SmallString<1024> AbsolutePath(getAbsolutePath(SourceDir));
128 SourceDir + "\"\n" + ErrorMessage).str();
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h115 /// Looks for a compilation database in directory 'SourceDir' and all
118 autoDetectFromDirectory(StringRef SourceDir, std::string &ErrorMessage);

Completed in 67 milliseconds