Searched defs:CurCtor (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp129 const CXXMethodDecl *CurCtor = cast<CXXMethodDecl>(LCtx->getDecl()); local
131 getSValBuilder().getCXXThis(CurCtor, LCtx->getCurrentStackFrame());
271 const CXXMethodDecl *CurCtor = cast<CXXMethodDecl>(LCtx->getDecl()); local
272 Loc ThisPtr = getSValBuilder().getCXXThis(CurCtor,

Completed in 26 milliseconds