Searched defs:BlockExpr (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGOpenCLRuntime.h | 27 class BlockExpr; variable |
H A D | CodeGenModule.h | 65 class BlockExpr; global() variable |
H A D | CGStmtOpenMP.cpp | 4587 VisitBlockExpr(const BlockExpr *) VisitBlockExpr() argument |
/llvm-project/clang/include/clang/AST/ | ||
H A D | ComputeDependence.h | 47 class BlockExpr; variable |
H A D | ASTContext.h | 60 class BlockExpr; global() variable |
H A D | Expr.h | 6340 BlockExpr(BlockDecl *BD, QualType ty) BlockExpr() function |
/llvm-project/clang/unittests/ASTMatchers/ | ||
H A D | ASTMatchersNarrowingTest.cpp | 2757 TEST_P(ASTMatchersTest,BlockExpr) TEST_P() argument |