Home
last modified time | relevance | path

Searched refs:hasParent (Results 1 – 25 of 32) sorted by relevance

12

/external/clang/unittests/AST/
DASTContextParentMapTest.cpp28 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
34 ifStmt(hasParent(compoundStmt())))); in TEST()
41 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
47 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
56 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
61 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
67 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
68 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
DSourceLocationTest.cpp530 friendDecl(hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
/external/v8/tools/clang/rewrite_scoped_refptr/
DRewriteScopedRefptr.cpp294 auto returned_as_raw_ptr = hasParent( in main()
305 anyOf(allOf(hasParent(implicitCastExpr(returned_as_raw_ptr)), in main()
307 allOf(hasParent(implicitCastExpr( in main()
308 hasParent(exprWithCleanups(returned_as_raw_ptr)))), in main()
319 auto bool_conversion_matcher = hasParent( in main()
320 expr(anyOf(implicit_to_bool, expr(hasParent(implicit_to_bool))))); in main()
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
DChain.java63 public boolean hasParent() {
115 while (current.hasParent()) {
125 while (current.hasParent()) {
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1638 compoundStmt(hasParent(ifStmt())))); in TEST()
1641 compoundStmt(hasParent(ifStmt())))); in TEST()
1644 compoundStmt(hasParent(ifStmt())))); in TEST()
1711 hasParent(compoundStmt(hasParent(functionDecl( in TEST()
1712 hasParent(cxxRecordDecl(isTemplateInstantiation()))))))))); in TEST()
1718 hasParent(compoundStmt(hasParent(functionDecl(hasParent( in TEST()
1724 hasParent(compoundStmt( in TEST()
1725 allOf(hasParent(functionDecl(hasParent( in TEST()
1727 hasParent(functionDecl(hasParent(cxxRecordDecl( in TEST()
1732 compoundStmt(hasParent(recordDecl())))); in TEST()
DASTMatchersNodeTest.cpp1433 "", match(stmt(hasParent( in verify()
1442 "", match(decl(hasParent( in verify()
1452 "", match(fieldDecl(hasParent(decl(has(fieldDecl( in verify()
DASTMatchersNarrowingTest.cpp650 cxxOperatorCallExpr(hasParent(cxxOperatorCallExpr())))); in TEST()
1826 hasParent(stmt(has(stmt(equalsBoundNode("if"))))))))); in TEST()
1837 hasParent(decl(has(decl(equalsBoundNode("record"))))))))); in TEST()
/external/guava/guava/src/com/google/common/net/
DInternetDomainName.java431 public boolean hasParent() { in hasParent() method in InternetDomainName
444 checkState(hasParent(), "Domain '%s' has no parent", name); in parent()
/external/clang/include/clang/AST/
DParentMap.h55 bool hasParent(Stmt* S) const { in hasParent() function
/external/swiftshader/src/Renderer/
DSurface.hpp466 bool hasParent; member in sw::Surface
DSurface.cpp1171 hasParent = false; in Surface()
1221 hasParent = texture != 0; in Surface()
1274 if(!hasParent) in ~Surface()
3647 if(hasParent) // Texture in selectInternalFormat()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp247 REGISTER_MATCHER(hasParent); in RegistryMaps()
/external/icu/icu4c/source/common/
Duresbund.cpp1907 UBool hasParent = parentEntry != NULL && U_SUCCESS(parentEntry->fBogus); in getAllItemsWithFallback() local
1909 sink.put(bundle->fKey, value, !hasParent, errorCode); in getAllItemsWithFallback()
1910 if (hasParent) { in getAllItemsWithFallback()
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp639 hasParent(translationUnitDecl())); in main()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2367 LLVM_ATTRIBUTE_UNUSED hasParent = {}; variable
5352 integerLiteral(equals(0), hasParent(expr(hasType(pointerType()))))); in AST_MATCHER_FUNCTION()
/external/junit-params/lib/
Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/ ...
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
/external/robolectric/v3/runtime/
Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/ ...
/external/testng/ant/
Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12