Lines Matching refs:Compilations
62 return adjustCommands(Compilations->getCompileCommands(FilePath)); in getCompileCommands()
67 return Compilations->getAllFiles(); in getAllFiles()
72 return adjustCommands(Compilations->getAllCompileCommands()); in getAllCompileCommands()
110 Compilations = in init()
127 if (!Compilations) { in init()
129 Compilations = in init()
132 Compilations = CompilationDatabase::autoDetectFromSource(SourcePaths[0], in init()
135 if (!Compilations) { in init()
138 Compilations.reset( in init()
144 std::move(Compilations)); in init()
151 Compilations = std::move(AdjustingCompilations); in init()