Home | History | Annotate | Download | only in clang-c

Lines Matching full:brief

41  * \brief Contains the results of a search in the compilation database
52 * \brief Represents the command line invocation to compile a specific file.
57 * \brief Error codes for Compilation Database
61 * \brief No error occurred
66 * \brief Database can not be loaded
73 * \brief Creates a compilation database from the database found in directory
84 * \brief Free the given compilation database
90 * \brief Find the compile commands used for a file. The compile commands
98 * \brief Get all the compile commands in the given compilation database.
104 * \brief Free the given CompileCommands
109 * \brief Get the number of CompileCommand we have for a file
115 * \brief Get the I'th CompileCommand for a file
123 * \brief Get the working directory where the CompileCommand was executed from
129 * \brief Get the filename associated with the CompileCommand.
135 * \brief Get the number of arguments in the compiler invocation.
142 * \brief Get the I'th argument value in the compiler invocations
151 * \brief Get the number of source mappings for the compiler invocation.
157 * \brief Get the I'th mapped source path for the compiler invocation.
163 * \brief Get the I'th mapped source content for the compiler invocation.