Home
last modified time | relevance | path

Searched refs:TraverseBlockExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp142 bool TraverseBlockExpr(BlockExpr *block) { return true; } in TraverseBlockExpr() function in __anon7f11df3b0111::ZeroOutInDeallocRemover
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp173 bool TraverseBlockExpr(BlockExpr *BE) { return true; } in TraverseBlockExpr() function