Home
last modified time | relevance | path

Searched defs:NodeMatch (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils.h154 struct NodeMatch { struct
155 NodeMatch() : node() {} in NodeMatch() function
157 std::vector<NodeMatch> inputs; argument
Dtransform_utils.cc365 const std::function<Status(const NodeMatch&, const std::set<string>&, in ReplaceMatchingOpTypes()
/external/clang/unittests/AST/
DStmtPrinterTest.cpp71 const T &NodeMatch, StringRef ExpectedPrinted) { in PrintedStmtMatches()
101 PrintedStmtCXX98Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX98Matches()
124 PrintedStmtCXX11Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX11Matches()
DDeclPrinterTest.cpp71 const DeclarationMatcher &NodeMatch, in PrintedDeclMatches()
114 const DeclarationMatcher &NodeMatch, in PrintedDeclCXX98Matches()
137 const DeclarationMatcher &NodeMatch, in PrintedDeclCXX11Matches()
149 const DeclarationMatcher &NodeMatch, in PrintedDeclCXX11nonMSCMatches()
161 PrintedDeclCXX1ZMatches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclCXX1ZMatches()
173 const DeclarationMatcher &NodeMatch, in PrintedDeclObjCMatches()
DNamedDeclPrinterTest.cpp66 const DeclarationMatcher &NodeMatch, in PrintedNamedDeclMatches()
/external/llvm-project/clang/unittests/AST/
DStmtPrinterTest.cpp43 PrintedStmtCXXMatches(StdVer Standard, StringRef Code, const T &NodeMatch, in PrintedStmtCXXMatches()
65 PrintedStmtMSMatches(StringRef Code, const T &NodeMatch, in PrintedStmtMSMatches()
80 PrintedStmtObjCMatches(StringRef Code, const T &NodeMatch, in PrintedStmtObjCMatches()
DNamedDeclPrinterTest.cpp66 const DeclarationMatcher &NodeMatch, StringRef ExpectedPrinted, in PrintedDeclMatches()
99 const DeclarationMatcher &NodeMatch, in PrintedNamedDeclMatches()
DDeclPrinterTest.cpp78 const DeclarationMatcher &NodeMatch, in PrintedDeclMatches()
120 PrintedDeclCXX98Matches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclCXX98Matches()
142 const DeclarationMatcher &NodeMatch, in PrintedDeclCXX11Matches()
154 const DeclarationMatcher &NodeMatch, in PrintedDeclCXX11nonMSCMatches()
165 PrintedDeclCXX17Matches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclCXX17Matches()
174 PrintedDeclC11Matches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclC11Matches()
183 PrintedDeclObjCMatches(StringRef Code, const DeclarationMatcher &NodeMatch, in PrintedDeclObjCMatches()
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp901 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
907 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher()
913 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, in addMatcher()
919 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch, in addMatcher()
925 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, in addMatcher()
931 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, in addMatcher()
937 bool MatchFinder::addDynamicMatcher(const internal::DynTypedMatcher &NodeMatch, in addDynamicMatcher()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchFinder.cpp1202 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, in addMatcher()
1208 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, in addMatcher()
1214 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, in addMatcher()
1220 void MatchFinder::addMatcher(const NestedNameSpecifierMatcher &NodeMatch, in addMatcher()
1226 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, in addMatcher()
1232 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, in addMatcher()
1238 void MatchFinder::addMatcher(const CXXCtorInitializerMatcher &NodeMatch, in addMatcher()
1244 void MatchFinder::addMatcher(const TemplateArgumentLocMatcher &NodeMatch, in addMatcher()
1250 bool MatchFinder::addDynamicMatcher(const internal::DynTypedMatcher &NodeMatch, in addDynamicMatcher()