Searched refs:CFGConstructor (Results 1 – 6 of 6) sorted by relevance
157 class CFGConstructor : public CFGStmt {159 explicit CFGConstructor(const CXXConstructExpr *CE, in CFGConstructor() function173 CFGConstructor() = default;1138 Elements.push_back(CFGConstructor(CE, CC), C); in appendConstructor()
103 return Elem->castAs<CFGConstructor>().getStmt(); in getStmt()
865 auto CCE = getCurrentCFGElement().getAs<CFGConstructor>(); in mayInlineCallKind()
576 auto C = getCurrentCFGElement().getAs<CFGConstructor>(); in handleConstructor()
508 if (const auto Ctor = Element.getAs<CFGConstructor>()) { in getConstructionContext()
5920 if (std::optional<CFGConstructor> CE = E.getAs<CFGConstructor>()) { in print_elem()