Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp334 CEMgr.getCXXConstructorCall(CCE, /*Target=*/nullptr, State, LCtx); in computeObjectUnderConstruction()
577 : (CallEventRef<>)CEMgr.getCXXConstructorCall( in handleConstructor()
H A DCallEvent.cpp1409 return getCXXConstructorCall(CE, ThisVal.getAsRegion(), State, CallerCtx); in getCaller()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1403 getCXXConstructorCall(const CXXConstructExpr *E, const MemRegion *Target, in getCXXConstructorCall() function