Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h185 class CFGCXXRecordTypedCall : public CFGStmt {
198 explicit CFGCXXRecordTypedCall(const Expr *E, const ConstructionContext *C) in CFGCXXRecordTypedCall() function
218 CFGCXXRecordTypedCall() = default;
1138 Elements.push_back(CFGCXXRecordTypedCall(E, CC), C); in appendCXXRecordTypedCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp209 .getAs<CFGCXXRecordTypedCall>(); in computeObjectUnderConstruction()
440 .getAs<CFGCXXRecordTypedCall>(); in updateObjectsUnderConstruction()
H A DExprEngineCallAndReturn.cpp768 if (auto RTC = getCurrentCFGElement().getAs<CFGCXXRecordTypedCall>()) { in bindReturnValue()
H A DCallEvent.cpp513 if (const auto RecCall = Element.getAs<CFGCXXRecordTypedCall>()) { in getConstructionContext()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1475 if (CFGCXXRecordTypedCall::isCXXRecordTypedCall(E)) in findConstructionContexts()
5795 if (auto VTC = E.getAs<CFGCXXRecordTypedCall>()) { in print_elem()