Searched refs:MatchCallback (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h21 // class HandleMatch : public MatchFinder::MatchCallback {
74 /// MatchCallback with a MatchResult containing information about the match.
92 class MatchCallback { class in class:clang::ast_matchers::MatchFinder
94 virtual ~MatchCallback();
156 MatchCallback *Action);
158 MatchCallback *Action);
160 MatchCallback *Action);
162 MatchCallback *Action);
164 MatchCallback *Action);
166 MatchCallback *Actio
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.h25 class ASTSrcLocProcessor : public ast_matchers::MatchFinder::MatchCallback {
/freebsd-current/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp37 typedef MatchFinder::MatchCallback MatchCallback; typedef in namespace:clang::ast_matchers::internal::__anon318
436 for (MatchCallback *MC : Matchers->AllCallbacks) {
446 for (MatchCallback *MC : Matchers->AllCallbacks) {
795 SetCallbackAndRawNode(const MatchCallback *CB, const NodeType &N) { \
816 const MatchCallback *getCallback() const { return Callback.getPointer(); }
849 llvm::PointerIntPair<const MatchCallback *, 1> Callback;
863 CurMatchRAII(MatchASTVisitor &MV, const MatchCallback *CB,
927 const MatchCallback *CB = State.getCallback();
1248 // Implements a BoundNodesTree::Visitor that calls a MatchCallback wit
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h40 class RefactoringCallback : public ast_matchers::MatchFinder::MatchCallback {
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DTransformer.h63 class Transformer : public ast_matchers::MatchFinder::MatchCallback {
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp51 class Callback : public MatchFinder::MatchCallback {
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp268 class ApplyRuleCallback : public MatchFinder::MatchCallback {
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1156 struct GadgetFinderCallback : MatchFinder::MatchCallback {

Completed in 103 milliseconds