Home
last modified time | relevance | path

Searched defs:BlockExpr (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.h27 class BlockExpr; variable
H A DCodeGenModule.h65 class BlockExpr; global() variable
H A DCGStmtOpenMP.cpp4587 VisitBlockExpr(const BlockExpr *) VisitBlockExpr() argument
/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h47 class BlockExpr; variable
H A DASTContext.h60 class BlockExpr; global() variable
H A DExpr.h6340 BlockExpr(BlockDecl *BD, QualType ty) BlockExpr() function
6346 explicit BlockExpr(EmptyShell Empty) : Expr(BlockExprClass, Empty) { } BlockExpr() function
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp2757 TEST_P(ASTMatchersTest,BlockExpr) TEST_P() argument