Lines Matching full:given
88 * Returns non-zero if the given source location is in a system header.
93 * Returns non-zero if the given source location is in the main file of
104 * Retrieve a source range given the beginning and ending source
125 * the given source location.
133 * \param file [out] if non-NULL, will be set to the file to which the given
136 * \param line [out] if non-NULL, will be set to the line to which the given
139 * \param column [out] if non-NULL, will be set to the column to which the given
143 * buffer to which the given source location points.
151 * Retrieve the file, line and column represented by the given source
154 * Example: given the following source code in a file somefile.c
196 * by the given source location.
209 * the given source location.
217 * \param file [out] if non-NULL, will be set to the file to which the given
220 * \param line [out] if non-NULL, will be set to the line to which the given
223 * \param column [out] if non-NULL, will be set to the column to which the given
227 * buffer to which the given source location points.
236 * the given source location.
245 * \param file [out] if non-NULL, will be set to the file to which the given
248 * \param line [out] if non-NULL, will be set to the line to which the given
251 * \param column [out] if non-NULL, will be set to the column to which the given
255 * buffer to which the given source location points.
286 * Destroy the given \c CXSourceRangeList.