Searched refs:addMatcher (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h53 /// calls to addMatcher(...).
56 /// that will trigger the callbacks specified via addMatcher(...) when a match
109 void addMatcher(const DeclarationMatcher &NodeMatch,
111 void addMatcher(const TypeMatcher &NodeMatch,
113 void addMatcher(const StatementMatcher &NodeMatch,
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java277 public static <T> T anyObject() { return LittleMock.<T>addMatcher(new MatchAnything(), null); }
283 public static int anyInt() { return addMatcher(new MatchAnything(), 0); }
286 public static float anyFloat() { return addMatcher(new MatchAnything(), 0f); }
289 public static double anyDouble() { return addMatcher(new MatchAnything(), 0.0); }
292 public static boolean anyBoolean() { return addMatcher(new MatchAnything(), false); }
295 public static short anyShort() { return addMatcher(new MatchAnything(), (short) 0); }
298 public static char anyChar() { return addMatcher(new MatchAnything(), '\u0000'); }
301 public static long anyLong() { return addMatcher(new MatchAnything(), 0L); }
304 public static byte anyByte() { return addMatcher(new MatchAnything(), (byte) 0); }
308 return addMatcher(ne
1068 private static <T> T addMatcher(ArgumentMatcher argument, T value) { method in class:LittleMock
[all...]
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h57 Finder.addMatcher(AMatcher, new VerifyMatch(0, &Found));
93 Finder.addMatcher(
/external/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp27 Finder.addMatcher(AMatcher, &Callback);
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp604 void MatchFinder::addMatcher(const DeclarationMatcher &NodeMatch, function in class:clang::ast_matchers::MatchFinder
610 void MatchFinder::addMatcher(const TypeMatcher &NodeMatch, function in class:clang::ast_matchers::MatchFinder
616 void MatchFinder::addMatcher(const StatementMatcher &NodeMatch, function in class:clang::ast_matchers::MatchFinder
/external/clang/unittests/AST/
H A DDeclPrinterTest.cpp75 Finder.addMatcher(NodeMatch, &Printer);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 628 milliseconds