Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DASTContextParentMapTest.cpp32 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
38 ifStmt(hasParent(compoundStmt())))); in TEST()
45 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
51 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
60 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
65 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
71 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
72 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
DSourceLocationTest.cpp530 friendDecl(hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
DChain.java63 public boolean hasParent() {
115 while (current.hasParent()) {
125 while (current.hasParent()) {
/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/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1282 cxxOperatorCallExpr(hasParent(cxxOperatorCallExpr())))); in TEST()
4074 compoundStmt(hasParent(ifStmt())))); in TEST()
4077 compoundStmt(hasParent(ifStmt())))); in TEST()
4080 compoundStmt(hasParent(ifStmt())))); in TEST()
4100 hasParent(compoundStmt(hasParent(functionDecl( in TEST()
4101 hasParent(cxxRecordDecl(isTemplateInstantiation()))))))))); in TEST()
4107 hasParent(compoundStmt(hasParent(functionDecl(hasParent( in TEST()
4113 hasParent(compoundStmt( in TEST()
4114 allOf(hasParent(functionDecl(hasParent( in TEST()
4116 hasParent(functionDecl(hasParent(cxxRecordDecl( in TEST()
[all …]
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp232 REGISTER_MATCHER(hasParent); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2074 LLVM_ATTRIBUTE_UNUSED hasParent = {}; variable
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js5057 hasParent = context.parentNode,
5065 if ( relativeHierarchySelector && hasParent ) {
5070 if ( !relativeHierarchySelector || hasParent ) {