Lines Matching refs:Compilations
63 return adjustCommands(Compilations->getCompileCommands(FilePath)); in getCompileCommands()
68 return Compilations->getAllFiles(); in getAllFiles()
73 return adjustCommands(Compilations->getAllCompileCommands()); in getAllCompileCommands()
113 Compilations = in init()
132 if (!Compilations) { in init()
134 Compilations = in init()
137 Compilations = CompilationDatabase::autoDetectFromSource(SourcePaths[0], in init()
140 if (!Compilations) { in init()
143 Compilations.reset( in init()
149 std::move(Compilations)); in init()
156 Compilations = std::move(AdjustingCompilations); in init()