Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenCLRuntime.h26 class BlockExpr; variable
DCodeGenModule.h62 class BlockExpr; variable
DCGStmtOpenMP.cpp3817 void VisitBlockExpr(const BlockExpr *) { return; } in VisitBlockExpr()
/external/clang/include/clang/Sema/
DAnalysisBasedWarnings.h21 class BlockExpr; variable
/external/llvm-project/clang/include/clang/Sema/
DAnalysisBasedWarnings.h20 class BlockExpr; variable
/external/llvm-project/clang/include/clang/AST/
DComputeDependence.h46 class BlockExpr; variable
DASTContext.h89 class BlockExpr; variable
DExpr.h5890 BlockExpr(BlockDecl *BD, QualType ty) in BlockExpr() function
5896 explicit BlockExpr(EmptyShell Empty) : Expr(BlockExprClass, Empty) { } in BlockExpr() function
/external/clang/lib/CodeGen/
DCodeGenModule.h61 class BlockExpr; variable
/external/clang/include/clang/AST/
DASTContext.h54 class BlockExpr; variable
DExpr.h4571 BlockExpr(BlockDecl *BD, QualType ty) in BlockExpr() function
4579 explicit BlockExpr(EmptyShell Empty) : Expr(BlockExprClass, Empty) { } in BlockExpr() function
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp2149 TEST_P(ASTMatchersTest, BlockExpr) { in TEST_P() argument