Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp385 CallEventRef<> Caller = CEMgr.getCXXConstructorCall( in computeObjectUnderConstruction()
704 : (CallEventRef<>)CEMgr.getCXXConstructorCall( in handleConstructor()
H A DCallEvent.cpp1468 return getCXXConstructorCall(CE, ThisVal.getAsRegion(), State, CallerCtx, in getCaller()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1441 getCXXConstructorCall(const CXXConstructExpr *E, const MemRegion *Target, in getCXXConstructorCall() function