Home
last modified time | relevance | path

Searched refs:PrintMatch (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/unittests/AST/
DASTPrint.h34 class PrintMatch : public ast_matchers::MatchFinder::MatchCallback {
40 PrintMatch(PolicyAdjusterType PolicyAdjuster) in PrintMatch() function
66 PrintMatch Printer(PolicyAdjuster);
DNamedDeclPrinterTest.cpp33 class PrintMatch : public MatchFinder::MatchCallback { class
39 explicit PrintMatch( in PrintMatch() function in __anone8f9ca450111::PrintMatch
69 PrintMatch Printer(std::move(Print)); in PrintedDeclMatches()
DDeclPrinterTest.cpp46 class PrintMatch : public MatchFinder::MatchCallback { class
52 PrintMatch(PrintingPolicyModifier PolicyModifier) in PrintMatch() function in __anonde1fad600111::PrintMatch
82 PrintMatch Printer(PolicyModifier); in PrintedDeclMatches()
/external/clang/unittests/AST/
DNamedDeclPrinterTest.cpp31 class PrintMatch : public MatchFinder::MatchCallback { class
37 explicit PrintMatch(bool suppressUnwrittenScope) in PrintMatch() function in __anon60aba0970111::PrintMatch
68 PrintMatch Printer(SuppressUnwrittenScope); in PrintedNamedDeclMatches()
DStmtPrinterTest.cpp40 class PrintMatch : public MatchFinder::MatchCallback { class
45 PrintMatch() : NumFoundStmts(0) {} in PrintMatch() function in __anon6b4fc9420111::PrintMatch
73 PrintMatch Printer; in PrintedStmtMatches()
DDeclPrinterTest.cpp40 class PrintMatch : public MatchFinder::MatchCallback { class
45 PrintMatch() : NumFoundDecls(0) {} in PrintMatch() function in __anonfd0bc8720111::PrintMatch
74 PrintMatch Printer; in PrintedDeclMatches()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1274 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch() function
1311 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch() function
1316 PrintMatch(ExpectedMatch, SM, CheckStr.Prefix, CheckStr.Loc, CheckStr.Pat, in PrintMatch()
1447 PrintMatch(true, SM, *this, i, MatchBuffer, MatchPos, CurrentMatchLen, Req, in Check()
1570 PrintMatch(false, SM, Prefix, Pat->getLoc(), *Pat, 1, Buffer, Pos, MatchLen, in CheckNot()
1633 PrintMatch(true, SM, Prefix, Pat.getLoc(), Pat, 1, Buffer, MatchPos, in CheckDag()
1681 PrintMatch(true, SM, Prefix, Pat.getLoc(), Pat, 1, Buffer, MatchPos, in CheckDag()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1966 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch() function
2009 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch() function
2014 PrintMatch(ExpectedMatch, SM, CheckStr.Prefix, CheckStr.Loc, CheckStr.Pat, in PrintMatch()
2148 PrintMatch(true, SM, *this, i, MatchBuffer, MatchPos, CurrentMatchLen, Req, in Check()
2272 PrintMatch(false, SM, Prefix, Pat->getLoc(), *Pat, 1, Buffer, Pos, MatchLen, in CheckNot()
2335 PrintMatch(true, SM, Prefix, Pat.getLoc(), Pat, 1, Buffer, MatchPos, in CheckDag()
2387 PrintMatch(true, SM, Prefix, Pat.getLoc(), Pat, 1, Buffer, MatchPos, in CheckDag()