Home
last modified time | relevance | path

Searched refs:getCurrentCFGElement (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp575 auto C = getCurrentCFGElement().getAs<CFGConstructor>(); in handleConstructor()
576 assert(C || getCurrentCFGElement().getAs<CFGStmt>()); in handleConstructor()
H A DExprEngineCallAndReturn.cpp718 if (auto RTC = getCurrentCFGElement().getAs<CFGCXXRecordTypedCall>()) { in bindReturnValue()
808 auto CCE = getCurrentCFGElement().getAs<CFGConstructor>(); in mayInlineCallKind()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h696 CFGElement getCurrentCFGElement() { in getCurrentCFGElement() function