HomeSort by relevance Sort by last modified time
    Searched refs:addMatcher (Results 1 - 21 of 21) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 34 // finder.AddMatcher(Id("id", record(hasName("::a_namespace::AClass"))),
56 /// calls to addMatcher(...).
59 /// that will trigger the callbacks specified via addMatcher(...) when a match
149 void addMatcher(const DeclarationMatcher &NodeMatch,
151 void addMatcher(const TypeMatcher &NodeMatch,
153 void addMatcher(const StatementMatcher &NodeMatch,
155 void addMatcher(const NestedNameSpecifierMatcher &NodeMatch,
157 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
159 void addMatcher(const TypeLocMatcher &NodeMatch,
165 /// This is similar to \c addMatcher(), but it uses the dynamic interface. I
    [all...]
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 277 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(new ArgumentMatcher()
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 70 Finder.addMatcher(AMatcher, &VerifyFound);
170 Finder.addMatcher(AMatcher, &VerifyFound);
224 Finder.addMatcher(AMatcher, &VerifyVerifiedResult);
ASTMatchersTest.cpp     [all...]
  /external/clang/unittests/AST/
NamedDeclPrinterTest.cpp 70 Finder.addMatcher(NodeMatch, &Printer);
StmtPrinterTest.cpp 75 Finder.addMatcher(NodeMatch, &Printer);
MatchVerifier.h 91 Finder.addMatcher(AMatcher.bind(""), this);
DeclPrinterTest.cpp 76 Finder.addMatcher(NodeMatch, &Printer);
    [all...]
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 27 Finder.addMatcher(AMatcher, &Callback);
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 

Completed in 401 milliseconds