Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenCLRuntime.h26 class BlockExpr; variable
H A DCodeGenModule.h63 class BlockExpr; variable
H A DCGStmtOpenMP.cpp4220 void VisitBlockExpr(const BlockExpr *) { return; } in VisitBlockExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DAnalysisBasedWarnings.h21 class BlockExpr; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h46 class BlockExpr; variable
H A DASTContext.h92 class BlockExpr; variable
H A DExpr.h5895 BlockExpr(BlockDecl *BD, QualType ty) in BlockExpr() function
5901 explicit BlockExpr(EmptyShell Empty) : Expr(BlockExprClass, Empty) { } in BlockExpr() function