Searched refs:getCurrentCFGElement (Results 1 – 3 of 3) sorted by relevance
768 if (auto RTC = getCurrentCFGElement().getAs<CFGCXXRecordTypedCall>()) { in bindReturnValue()864 auto CCE = getCurrentCFGElement().getAs<CFGConstructor>(); in mayInlineCallKind()
611 auto C = getCurrentCFGElement().getAs<CFGConstructor>(); in handleConstructor()612 assert(C || getCurrentCFGElement().getAs<CFGStmt>()); in handleConstructor()
695 CFGElement getCurrentCFGElement() { in getCurrentCFGElement() function