Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp768 if (auto RTC = getCurrentCFGElement().getAs<CFGCXXRecordTypedCall>()) { in bindReturnValue()
865 auto CCE = getCurrentCFGElement().getAs<CFGConstructor>(); in mayInlineCallKind()
H A DExprEngineCXX.cpp611 auto C = getCurrentCFGElement().getAs<CFGConstructor>(); in handleConstructor()
612 assert(C || getCurrentCFGElement().getAs<CFGStmt>()); in handleConstructor()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h687 CFGElement getCurrentCFGElement() { in getCurrentCFGElement() function