Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp714 if (Optional<CFGElement> BlockFront = BE->getFirstElement()) { in create() local
715 if (auto StmtElt = BlockFront->getAs<CFGStmt>()) { in create()
717 } else if (auto NewAllocElt = BlockFront->getAs<CFGNewAllocator>()) { in create()