Searched refs:thisVal (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp832 SVal thisVal = State->getSVal(svalBuilder.getCXXThis(decl, stackFrame)); local
852 FieldLoc = State->getLValue(BMI->getIndirectMember(), thisVal);
855 FieldLoc = State->getLValue(BMI->getMember(), thisVal);

Completed in 163 milliseconds