Home
last modified time | relevance | path

Searched refs:ofClass (Results 1 – 4 of 4) sorted by relevance

/external/clang/unittests/AST/
DDeclPrinterTest.cpp414 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
423 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
432 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
441 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
450 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
459 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
468 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
478 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
487 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
497 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST()
[all …]
/external/smack/src/com/kenai/jbosh/
DServiceLib.java98 final Class ofClass) { in loadServicesImplementations() argument
102 String override = System.getProperty(ofClass.getName()); in loadServicesImplementations()
108 URL url = loader.getResource("META-INF/services/" + ofClass.getName()); in loadServicesImplementations()
145 final Class<T> ofClass, in attemptLoad() argument
154 if (!ofClass.isAssignableFrom(clazz)) { in attemptLoad()
157 + ofClass.getName()); in attemptLoad()
161 return ofClass.cast(clazz.newInstance()); in attemptLoad()
173 "Could not load " + ofClass.getSimpleName() in attemptLoad()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1614 constructorDecl(ofClass(hasName("Foo"))))); in TEST()
1616 constructorDecl(ofClass(hasName("Bar"))))); in TEST()
1633 destructorDecl(ofClass(hasName("Foo"))))); in TEST()
1638 destructorDecl(ofClass(hasName("Foo"))))); in TEST()
2109 ofClass(hasName("X"))))); in TEST()
2387 methodDecl(ofClass(hasName("X"))), true, "-std=gnu++98")); in TEST()
2390 methodDecl(ofClass(hasName("X"))))); in TEST()
2396 methodDecl(ofClass(hasName("X"))), true, "-std=gnu++98")); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2510 AST_MATCHER_P(CXXMethodDecl, ofClass, in AST_MATCHER_P() argument