HomeSort by relevance Sort by last modified time
    Searched refs:OCD (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/CodeGen/
CGObjCRuntime.h 140 virtual void GenerateCategory(const ObjCCategoryImplDecl *OCD) = 0;
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGDebugInfo.cpp 202 } else if (const ObjCCategoryImplDecl *OCD =
204 OS << ((const NamedDecl *)OCD)->getIdentifier()->getNameStart() << '(' <<
205 OCD->getIdentifier()->getNameStart() << ')';
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 786 OverloadCandidateDisplayKind OCD,
  /external/clang/lib/AST/
DeclObjC.cpp 227 const ObjCCategoryDecl *OCD = cast<ObjCCategoryDecl>(this);
229 if (!OCD->IsClassExtension())
230 for (const auto *I : OCD->protocols())
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaOverload.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 560 milliseconds