Searched defs:NodeMatch (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | transform_utils.h | 154 struct NodeMatch { struct 155 NodeMatch() : node() {} in NodeMatch() argument 157 std::vector<NodeMatch> inputs; argument
|
D | transform_utils.cc | 363 const std::function<Status(const NodeMatch&, const std::set<string>&, in ReplaceMatchingOpTypes()
|
/external/clang/unittests/AST/ |
D | StmtPrinterTest.cpp | 71 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()
|
D | DeclPrinterTest.cpp | 71 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()
|
D | NamedDeclPrinterTest.cpp | 66 const DeclarationMatcher &NodeMatch, in PrintedNamedDeclMatches()
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 901 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()
|