Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenCLRuntime.h27 class BlockExpr; variable
H A DCodeGenModule.h64 class BlockExpr; variable
H A DCGStmtOpenMP.cpp4533 void VisitBlockExpr(const BlockExpr *) {} in VisitBlockExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComputeDependence.h47 class BlockExpr; variable
H A DASTContext.h65 class BlockExpr; variable
H A DExpr.h5977 BlockExpr(BlockDecl *BD, QualType ty) in BlockExpr() function
5983 explicit BlockExpr(EmptyShell Empty) : Expr(BlockExprClass, Empty) { } in BlockExpr() function