Searched refs:getCurrentCFGElement (Results 1 – 3 of 3) sorted by relevance
665 if (auto RTC = getCurrentCFGElement().getAs<CFGCXXRecordTypedCall>()) { in bindReturnValue()755 auto CCE = getCurrentCFGElement().getAs<CFGConstructor>(); in mayInlineCallKind()
492 auto C = getCurrentCFGElement().getAs<CFGConstructor>(); in handleConstructor()493 assert(C || getCurrentCFGElement().getAs<CFGStmt>()); in handleConstructor()
700 CFGElement getCurrentCFGElement() { in getCurrentCFGElement() function