Lines Matching refs:CFGElement
525 CFGElement Source = Block[SFC->getIndex()]; in getLocationForCaller()
528 case CFGElement::Statement: in getLocationForCaller()
529 case CFGElement::Constructor: in getLocationForCaller()
530 case CFGElement::CXXRecordTypedCall: in getLocationForCaller()
533 case CFGElement::Initializer: { in getLocationForCaller()
538 case CFGElement::AutomaticObjectDtor: { in getLocationForCaller()
543 case CFGElement::DeleteDtor: { in getLocationForCaller()
547 case CFGElement::BaseDtor: in getLocationForCaller()
548 case CFGElement::MemberDtor: { in getLocationForCaller()
554 case CFGElement::NewAllocator: { in getLocationForCaller()
558 case CFGElement::TemporaryDtor: { in getLocationForCaller()
566 case CFGElement::ScopeBegin: in getLocationForCaller()
567 case CFGElement::ScopeEnd: in getLocationForCaller()
568 case CFGElement::CleanupFunction: in getLocationForCaller()
570 case CFGElement::LifetimeEnds: in getLocationForCaller()
571 case CFGElement::LoopExit: in getLocationForCaller()
715 if (std::optional<CFGElement> BlockFront = BE->getFirstElement()) { in create()