Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp665 if (auto RTC = getCurrentCFGElement().getAs<CFGCXXRecordTypedCall>()) { in bindReturnValue()
755 auto CCE = getCurrentCFGElement().getAs<CFGConstructor>(); in mayInlineCallKind()
H A DExprEngineCXX.cpp492 auto C = getCurrentCFGElement().getAs<CFGConstructor>(); in handleConstructor()
493 assert(C || getCurrentCFGElement().getAs<CFGStmt>()); in handleConstructor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h700 CFGElement getCurrentCFGElement() { in getCurrentCFGElement() function