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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1062 const ObjCInterfaceDecl *StaticClass; local
1067 StaticClass = Message->getOriginExpr()->getReceiverInterface();
1069 StaticClass = MD->getClassInterface();
1072 if (!StaticClass)
1075 switch (findKnownClass(StaticClass, /*IncludeSuper=*/false)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp817 const CXXRecordDecl *StaticClass = StaticMD->getParent(); local
818 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass));

Completed in 116 milliseconds