Home
last modified time | relevance | path

Searched refs:allOf (Results 1 – 5 of 5) sorted by relevance

/minix/external/bsd/llvm/dist/clang/unittests/AST/
H A DASTContextParentMapTest.cpp56 allOf(hasParent(recordDecl(unless(isTemplateInstantiation()))), in TEST()
66 allOf(hasAncestor(recordDecl(isTemplateInstantiation())), in TEST()
/minix/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp419 callExpr(allOf(callee(functionDecl(hasName("f"))), in TEST()
422 callExpr(allOf(callee(functionDecl(hasName("f"))), in TEST()
427 callExpr(allOf(callee(functionDecl(hasName("f"))), in TEST()
433 callExpr(allOf(callee(functionDecl(hasName("f"))), in TEST()
2000 allOf(forField(hasName("foo_")), isWritten()))))); in TEST()
2002 allOf(forField(hasName("bar_")), isWritten()))))); in TEST()
2004 allOf(forField(hasName("bar_")), unless(isWritten())))))); in TEST()
3801 allOf(hasAncestor(recordDecl(isTemplateInstantiation())), in TEST()
3824 hasParent(compoundStmt(allOf( in TEST()
4534 stmt(allOf(ifStmt().bind("if"), in TEST()
[all …]
/minix/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1620 const internal::VariadicOperatorMatcherFunc<2, UINT_MAX> allOf = { variable
1668 return stmt(unaryExprOrTypeTraitExpr(allOf( in alignOfExpr()
1677 allOf(ofKind(UETT_SizeOf), InnerMatcher))); in sizeOfExpr()
/minix/external/bsd/llvm/dist/clang/docs/
H A DLibASTMatchers.rst36 accept multiple inner matchers use an implicit `allOf()
/minix/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp98 REGISTER_MATCHER(allOf); in RegistryMaps()