Lines Matching full:database
21 // compilation database from the root of the build tree.
73 /// A compilation database allows the user to retrieve all compile command lines
81 /// \brief Loads a compilation database from a build directory.
83 /// Looks at the specified 'BuildDirectory' and creates a compilation database
88 /// compilation database for the build directory.
96 /// \brief Tries to detect a compilation database location and load it.
98 /// Looks for a compilation database in all parent paths of file 'SourceFile'
103 /// \brief Tries to detect a compilation database location and load it.
105 /// Looks for a compilation database in directory 'SourceDir' and all
117 /// A compilation database representing the project would return both command
122 /// \brief Returns the list of all files available in the compilation database.
126 /// database.
129 /// over all files in a compilation database. Not all build systems have the
134 /// \brief Interface for compilation database plugins.
136 /// A compilation database plugin allows the user to register custom compilation
137 /// databases that are picked up as compilation database if the corresponding
142 /// X("my-compilation-database", "Reads my own compilation database");
148 /// \brief Loads a compilation database from a build directory.
155 /// \brief A compilation database that returns a single compile command line.
202 /// \brief Returns the list of all files available in the compilation database.
204 /// Note: This is always an empty list for the fixed compilation database.
208 /// database.
210 /// Note: This is always an empty list for the fixed compilation database.