Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1070 const ObjCInterfaceDecl *StaticClass; in getMethodReceiverIfKnownImmutable() local
1075 StaticClass = Message->getOriginExpr()->getReceiverInterface(); in getMethodReceiverIfKnownImmutable()
1077 StaticClass = MD->getClassInterface(); in getMethodReceiverIfKnownImmutable()
1080 if (!StaticClass) in getMethodReceiverIfKnownImmutable()
1083 switch (findKnownClass(StaticClass, /*IncludeSuper=*/false)) { in getMethodReceiverIfKnownImmutable()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp844 const CXXRecordDecl *StaticClass = StaticMD->getParent(); in getInitialStackFrameContents() local
845 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()