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

12

  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 161 const CXXRecordDecl *ClassDecl,
    [all...]
CGObjC.cpp 73 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface();
74 llvm::Value *Receiver = Runtime.GetClass(*this, ClassDecl);
108 Args, ClassDecl, BoxingMethod);
    [all...]
CGExpr.cpp 266 auto *ClassDecl = cast<CXXRecordDecl>(RT->getDecl());
267 if (!ClassDecl->hasTrivialDestructor())
268 ReferenceTemporaryDtor = ClassDecl->getDestructor();
    [all...]
CodeGenFunction.h     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/test/SemaCXX/
dllexport.cpp 338 class __declspec(dllexport) ClassDecl;
    [all...]
dllimport.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 526 milliseconds

12