Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils.h154 struct NodeMatch { struct
155 NodeMatch() : node() {} in NodeMatch() argument
157 std::vector<NodeMatch> inputs; argument
Dtransform_utils.cc363 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/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()