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

  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaExprObjC.cpp 487 ObjCInterfaceDecl *ClassDecl) {
490 while (ClassDecl && !Method) {
491 if (ObjCImplementationDecl *ImpDecl = ClassDecl->getImplementation())
496 Method = ClassDecl->getCategoryClassMethod(Sel);
501 if (!Method && !ClassDecl->getSuperClass()) {
502 Method = ClassDecl->lookupInstanceMethod(Sel);
506 Method = LookupPrivateInstanceMethod(Sel, ClassDecl);
509 ClassDecl = ClassDecl->getSuperClass();
515 ObjCInterfaceDecl *ClassDecl) {
    [all...]
SemaDeclObjC.cpp     [all...]
SemaObjCProperty.cpp 132 ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(CurContext);
134 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl))
150 ObjCPropertyDecl *Res = CreatePropertyDecl(S, ClassDecl, AtLoc, FD,
    [all...]
SemaInit.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 243 ObjCInterfaceDecl* ClassDecl = this;
244 while (ClassDecl != NULL) {
245 if (ObjCIvarDecl *I = ClassDecl->getIvarDecl(ID)) {
246 clsDeclared = ClassDecl;
249 for (const ObjCCategoryDecl *CDecl = ClassDecl->getFirstClassExtension();
252 clsDeclared = ClassDecl;
257 ClassDecl = ClassDecl->getSuperClass();
270 ObjCInterfaceDecl* ClassDecl = this;
271 while (ClassDecl != NULL)
    [all...]
Type.cpp 878 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(Record->getDecl()))
879 return ClassDecl->isAggregate();
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 54 CodeGenModule::GetNonVirtualBaseClassOffset(const CXXRecordDecl *ClassDecl,
60 ComputeNonVirtualBaseClassOffset(getContext(), ClassDecl,
370 const CXXRecordDecl *ClassDecl,
392 CGF.InitializeVTablePointers(ClassDecl);
397 CGF.GetAddressOfDirectBaseInCompleteClass(ThisPtr, ClassDecl,
538 const CXXRecordDecl *ClassDecl,
739 const CXXRecordDecl *ClassDecl = CD->getParent();
749 EmitBaseInitializer(*this, ClassDecl, Member, CtorType);
757 InitializeVTablePointers(ClassDecl);
760 EmitMemberInitializer(*this, ClassDecl, MemberInitializers[I], CD, Args)
    [all...]
CodeGenModule.h 504 GetNonVirtualBaseClassOffset(const CXXRecordDecl *ClassDecl,
    [all...]
CGObjCGNU.cpp 468 virtual void GenerateClass(const ObjCImplementationDecl *ClassDecl);
    [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp 372 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(RT->getDecl());
373 if (!ClassDecl->hasTrivialDestructor())
374 ReferenceTemporaryDtor = ClassDecl->getDestructor();
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 251 void RewriteForwardClassEpilogue(ObjCClassDecl *ClassDecl,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 2222 milliseconds