Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DCompilationDatabase.h111 autoDetectFromSource(StringRef SourceFile, std::string &ErrorMessage);
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-diff/
H A DClangDiff.cpp92 Compilations = CompilationDatabase::autoDetectFromSource( in getAST()