HomeSort by relevance Sort by last modified time
    Searched refs:MatchFinder (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 19 // MatchFinder Finder;
41 class RefactoringCallback : public ast_matchers::MatchFinder::MatchCallback {
55 virtual void run(const ast_matchers::MatchFinder::MatchResult &Result);
67 virtual void run(const ast_matchers::MatchFinder::MatchResult &Result);
80 virtual void run(const ast_matchers::MatchFinder::MatchResult &Result);
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 22 // class HandleMatch : public MatchFinder::MatchCallback {
24 // virtual void Run(const MatchFinder::MatchResult &Result) {
33 // MatchFinder finder;
52 /// After creation, you can add multiple matchers to the MatchFinder via
61 /// were added to the MatchFinder.
66 class MatchFinder {
70 /// Every time a match is found, the MatchFinder will invoke the registered
93 /// \brief Called on every match by the \c MatchFinder.
109 MatchFinder();
110 ~MatchFinder();
    [all...]
  /external/clang/unittests/AST/
MatchVerifier.h 32 class MatchVerifier : public MatchFinder::MatchCallback {
45 virtual void run(const MatchFinder::MatchResult &Result);
46 virtual void verify(const MatchFinder::MatchResult &Result,
68 MatchFinder Finder;
102 void MatchVerifier<NodeType>::run(const MatchFinder::MatchResult &Result) {
126 void verify(const MatchFinder::MatchResult &Result, const NodeType &Node) {
165 void verify(const MatchFinder::MatchResult &Result, const NodeType &Node) {
StmtPrinterTest.cpp 39 class PrintMatch : public MatchFinder::MatchCallback {
46 virtual void run(const MatchFinder::MatchResult &Result) {
74 MatchFinder Finder;
DeclPrinterTest.cpp 40 class PrintMatch : public MatchFinder::MatchCallback {
47 virtual void run(const MatchFinder::MatchResult &Result) {
75 MatchFinder Finder;
    [all...]
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 41 const ast_matchers::MatchFinder::MatchResult &Result) {
54 const ast_matchers::MatchFinder::MatchResult &Result) {
67 const ast_matchers::MatchFinder::MatchResult &Result) {
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 34 class VerifyMatch : public MatchFinder::MatchCallback {
39 virtual void run(const MatchFinder::MatchResult &Result) {
58 MatchFinder Finder;
94 MatchFinder Finder;
ASTMatchersTest.cpp     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 31 typedef MatchFinder::MatchCallback MatchCallback;
509 MatchFinder::MatchCallback* Callback)
514 Callback->run(MatchFinder::MatchResult(BoundNodesView, Context));
519 MatchFinder::MatchCallback* Callback;
670 MatchFinder::ParsingDoneTestCallback *ParsingDone)
686 MatchFinder::ParsingDoneTestCallback *ParsingDone;
692 MatchFinder::MatchResult::MatchResult(const BoundNodes &Nodes,
697 MatchFinder::MatchCallback::~MatchCallback() {}
698 MatchFinder::ParsingDoneTestCallback::~ParsingDoneTestCallback() {}
700 MatchFinder::MatchFinder() : ParsingDone(NULL) {
    [all...]
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 26 MatchFinder Finder;

Completed in 208 milliseconds