Home
last modified time | relevance | path

Searched refs:CFGConstructor (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h157 class CFGConstructor : public CFGStmt {
159 explicit CFGConstructor(const CXXConstructExpr *CE, in CFGConstructor() function
173 CFGConstructor() = default;
1138 Elements.push_back(CFGConstructor(CE, CC), C); in appendConstructor()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp103 return Elem->castAs<CFGConstructor>().getStmt(); in getStmt()
H A DExprEngineCallAndReturn.cpp865 auto CCE = getCurrentCFGElement().getAs<CFGConstructor>(); in mayInlineCallKind()
H A DExprEngineCXX.cpp576 auto C = getCurrentCFGElement().getAs<CFGConstructor>(); in handleConstructor()
H A DCallEvent.cpp508 if (const auto Ctor = Element.getAs<CFGConstructor>()) { in getConstructionContext()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5920 if (std::optional<CFGConstructor> CE = E.getAs<CFGConstructor>()) { in print_elem()