Home
last modified time | relevance | path

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

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