Home
last modified time | relevance | path

Searched refs:CFGCXXRecordTypedCall (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h183 class CFGCXXRecordTypedCall : public CFGStmt {
196 explicit CFGCXXRecordTypedCall(const Expr *E, const ConstructionContext *C) in CFGCXXRecordTypedCall() function
216 CFGCXXRecordTypedCall() = default;
1107 Elements.push_back(CFGCXXRecordTypedCall(E, CC), C); in appendCXXRecordTypedCall()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp208 .getAs<CFGCXXRecordTypedCall>(); in computeObjectUnderConstruction()
432 .getAs<CFGCXXRecordTypedCall>(); in updateObjectsUnderConstruction()
H A DCallEvent.cpp510 if (const auto RecCall = Element.getAs<CFGCXXRecordTypedCall>()) { in getConstructionContext()
H A DExprEngineCallAndReturn.cpp771 if (auto RTC = getCurrentCFGElement().getAs<CFGCXXRecordTypedCall>()) { in bindReturnValue()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp1452 if (CFGCXXRecordTypedCall::isCXXRecordTypedCall(E)) in findConstructionContexts()
5788 if (auto VTC = E.getAs<CFGCXXRecordTypedCall>()) { in print_elem()