Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DNamedDeclPrinterTest.cpp31 class PrintMatch : public MatchFinder::MatchCallback { class
37 explicit PrintMatch(bool suppressUnwrittenScope) in PrintMatch() function in __anon10e439500111::PrintMatch
68 PrintMatch Printer(SuppressUnwrittenScope); in PrintedNamedDeclMatches()
DStmtPrinterTest.cpp40 class PrintMatch : public MatchFinder::MatchCallback { class
45 PrintMatch() : NumFoundStmts(0) {} in PrintMatch() function in __anon58aeca5b0111::PrintMatch
73 PrintMatch Printer; in PrintedStmtMatches()
DDeclPrinterTest.cpp40 class PrintMatch : public MatchFinder::MatchCallback { class
45 PrintMatch() : NumFoundDecls(0) {} in PrintMatch() function in __anonea6ac98b0111::PrintMatch
74 PrintMatch Printer; in PrintedDeclMatches()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/
DFileCheck.cpp1048 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch() function
1070 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch() function
1074 PrintMatch(ExpectedMatch, SM, CheckStr.Prefix, CheckStr.Loc, CheckStr.Pat, in PrintMatch()
1160 PrintMatch(true, SM, *this, MatchBuffer, VariableTable, MatchPos, MatchLen); in Check()
1277 PrintMatch(false, SM, Prefix, Pat->getLoc(), *Pat, Buffer, VariableTable, in CheckNot()
1339 PrintMatch(true, SM, Prefix, Pat.getLoc(), Pat, Buffer, VariableTable, in CheckDag()
1381 PrintMatch(true, SM, Prefix, Pat.getLoc(), Pat, Buffer, VariableTable, in CheckDag()