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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp44 const CXXRecordDecl *ThisRD = nullptr; local
49 ThisRD = Ctor->getDecl()->getParent();
56 ThisRD = cast<CXXMethodDecl>(Call.getDecl())->getParent();
60 assert(ThisRD);
61 if (ThisRD->isEmpty()) {

Completed in 116 milliseconds