Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp305 if (std::optional<CFGElement> E = L.getFirstElement()) { in HandleBlockEntrance()
/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h231 std::optional<CFGElement> getFirstElement() const { in getFirstElement() function
/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp715 if (std::optional<CFGElement> BlockFront = BE->getFirstElement()) { in create()