Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAnalysisBasedWarnings.h21 class BlockExpr; variable
/external/clang/lib/CodeGen/
DCodeGenModule.h53 class BlockExpr; variable
/external/clang/include/clang/AST/
DASTContext.h49 class BlockExpr; variable
DExpr.h4258 BlockExpr(BlockDecl *BD, QualType ty) in BlockExpr() function
4266 explicit BlockExpr(EmptyShell Empty) : Expr(BlockExprClass, Empty) { } in BlockExpr() function
4287 static bool classof(const BlockExpr *) { return true; } in classof()