Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp1100 const ObjCInterfaceDecl *StaticClass; in getMethodReceiverIfKnownImmutable() local
1105 StaticClass = Message->getOriginExpr()->getReceiverInterface(); in getMethodReceiverIfKnownImmutable()
1107 StaticClass = MD->getClassInterface(); in getMethodReceiverIfKnownImmutable()
1110 if (!StaticClass) in getMethodReceiverIfKnownImmutable()
1113 switch (findKnownClass(StaticClass, /*IncludeSuper=*/false)) { in getMethodReceiverIfKnownImmutable()