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()
128 if (!Compilations) { in init()
130 Compilations = in init()
133 Compilations = CompilationDatabase::autoDetectFromSource(SourcePaths[0], in init()
136 if (!Compilations) { in init()
139 Compilations.reset( in init()
145 std::move(Compilations)); in init()
152 Compilations = std::move(AdjustingCompilations); in init()