Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Tooling/
H A DCommonOptionsParser.h95 CompilationDatabase &getCompilations() { in getCompilations() function
/src/contrib/llvm-project/clang/lib/Tooling/
H A DStandaloneExecution.cpp46 Tool(OptionsParser->getCompilations(), OptionsParser->getSourcePathList(), in StandaloneToolExecutor()
H A DAllTUsExecution.cpp74 Compilations(OptionsParser->getCompilations()), in AllTUsToolExecutor()
/src/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp171 ClangTool T(OP.getCompilations(), OP.getSourcePathList(), PCHOpts); in main()