Searched refs:CFGConstructor (Results 1 – 5 of 5) sorted by relevance
156 class CFGConstructor : public CFGStmt {158 explicit CFGConstructor(const CXXConstructExpr *CE, in CFGConstructor() function172 CFGConstructor() = default;1132 Elements.push_back(CFGConstructor(CE, CC), C); in appendConstructor()
865 auto CCE = getCurrentCFGElement().getAs<CFGConstructor>(); in mayInlineCallKind()
611 auto C = getCurrentCFGElement().getAs<CFGConstructor>(); in handleConstructor()
509 if (const auto Ctor = Element.getAs<CFGConstructor>()) { in getConstructionContext()
5807 if (std::optional<CFGConstructor> CE = E.getAs<CFGConstructor>()) { in print_elem()