Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1061 const ObjCInterfaceDecl *StaticClass; in getMethodReceiverIfKnownImmutable() local
1066 StaticClass = Message->getOriginExpr()->getReceiverInterface(); in getMethodReceiverIfKnownImmutable()
1068 StaticClass = MD->getClassInterface(); in getMethodReceiverIfKnownImmutable()
1071 if (!StaticClass) in getMethodReceiverIfKnownImmutable()
1074 switch (findKnownClass(StaticClass, /*IncludeSuper=*/false)) { in getMethodReceiverIfKnownImmutable()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp851 const CXXRecordDecl *StaticClass = StaticMD->getParent(); in getInitialStackFrameContents() local
852 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()