Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp1065 const ObjCInterfaceDecl *StaticClass; in getMethodReceiverIfKnownImmutable() local
1070 StaticClass = Message->getOriginExpr()->getReceiverInterface(); in getMethodReceiverIfKnownImmutable()
1072 StaticClass = MD->getClassInterface(); in getMethodReceiverIfKnownImmutable()
1075 if (!StaticClass) in getMethodReceiverIfKnownImmutable()
1078 switch (findKnownClass(StaticClass, /*IncludeSuper=*/false)) { in getMethodReceiverIfKnownImmutable()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp856 const CXXRecordDecl *StaticClass = StaticMD->getParent(); in getInitialStackFrameContents() local
857 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass)); in getInitialStackFrameContents()