Lines Matching full:brief
53 /// \brief A class to allow finding matches over the Clang AST.
71 /// \brief Contains all information for a given match.
78 /// \brief Contains the nodes bound on the current match.
83 /// \brief Utilities for interpreting the matched AST structures.
90 /// \brief Called when the Match registered for it was successfully found
96 /// \brief Called on every match by the \c MatchFinder.
99 /// \brief Called at the start of each translation unit.
104 /// \brief Called at the end of each translation unit.
109 /// \brief An id used to group the matchers.
116 /// \brief Called when parsing is finished. Intended for testing only.
128 /// \brief Per bucket timing information.
132 /// \brief Enables per-check timers.
141 /// \brief Adds a matcher to execute when running over the AST.
163 /// \brief Adds a matcher to execute when running over the AST.
174 /// \brief Creates a clang ASTConsumer that finds all matches.
177 /// \brief Calls the registered callbacks on all matches on the given \p Node.
190 /// \brief Finds all matches in the given AST.
193 /// \brief Registers a callback to notify the end of parsing.
200 /// \brief For each \c Matcher<> a \c MatchCallback that will be called
211 /// \brief All the callbacks in one container to simplify iteration.
220 /// \brief Called when parsing is done.
224 /// \brief Returns the results of matching \p Matcher on \p Node.
244 /// \brief Returns the results of matching \p Matcher on the translation unit of
249 /// \brief Returns the first result of type \c NodeT bound to \p BoundTo.