Lines Matching full:given
78 * Returns non-zero if the given source location is in a system header.
83 * Returns non-zero if the given source location is in the main file of
94 * Retrieve a source range given the beginning and ending source
115 * the given source location.
123 * \param file [out] if non-NULL, will be set to the file to which the given
126 * \param line [out] if non-NULL, will be set to the line to which the given
129 * \param column [out] if non-NULL, will be set to the column to which the given
133 * buffer to which the given source location points.
141 * Retrieve the file, line and column represented by the given source
144 * Example: given the following source code in a file somefile.c
186 * by the given source location.
199 * the given source location.
207 * \param file [out] if non-NULL, will be set to the file to which the given
210 * \param line [out] if non-NULL, will be set to the line to which the given
213 * \param column [out] if non-NULL, will be set to the column to which the given
217 * buffer to which the given source location points.
226 * the given source location.
235 * \param file [out] if non-NULL, will be set to the file to which the given
238 * \param line [out] if non-NULL, will be set to the line to which the given
241 * \param column [out] if non-NULL, will be set to the column to which the given
245 * buffer to which the given source location points.
276 * Destroy the given \c CXSourceRangeList.