/external/llvm-project/clang/unittests/AST/ |
D | ASTPrint.h | 34 class PrintMatch : public ast_matchers::MatchFinder::MatchCallback { 40 PrintMatch(PolicyAdjusterType PolicyAdjuster) in PrintMatch() function 66 PrintMatch Printer(PolicyAdjuster);
|
D | NamedDeclPrinterTest.cpp | 33 class PrintMatch : public MatchFinder::MatchCallback { class 39 explicit PrintMatch( in PrintMatch() function in __anone8f9ca450111::PrintMatch 69 PrintMatch Printer(std::move(Print)); in PrintedDeclMatches()
|
D | DeclPrinterTest.cpp | 46 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/ |
D | NamedDeclPrinterTest.cpp | 31 class PrintMatch : public MatchFinder::MatchCallback { class 37 explicit PrintMatch(bool suppressUnwrittenScope) in PrintMatch() function in __anon60aba0970111::PrintMatch 68 PrintMatch Printer(SuppressUnwrittenScope); in PrintedNamedDeclMatches()
|
D | StmtPrinterTest.cpp | 40 class PrintMatch : public MatchFinder::MatchCallback { class 45 PrintMatch() : NumFoundStmts(0) {} in PrintMatch() function in __anon6b4fc9420111::PrintMatch 73 PrintMatch Printer; in PrintedStmtMatches()
|
D | DeclPrinterTest.cpp | 40 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/ |
D | FileCheck.cpp | 1274 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/ |
D | FileCheck.cpp | 1966 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()
|