HomeSort by: relevance | last modified time | path
    Searched refs:StaticClass (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 1061 const ObjCInterfaceDecl *StaticClass;
1066 StaticClass = Message->getOriginExpr()->getReceiverInterface();
1068 StaticClass = MD->getClassInterface();
1071 if (!StaticClass)
1074 switch (findKnownClass(StaticClass, /*IncludeSuper=*/false)) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 812 const CXXRecordDecl *StaticClass = StaticMD->getParent();
813 QualType StaticTy = Ctx.getPointerType(Ctx.getRecordType(StaticClass));
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
traits.d 2657 static class StaticClass { }
2658 static assert(!isNested!StaticClass);
2659 static assert(!hasNested!StaticClass);

Completed in 47 milliseconds