HomeSort by relevance Sort by last modified time
    Searched defs:CDecl (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/AST/
DeclPrinter.cpp 444 CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D);
460 if ((CDecl && CDecl->isExplicitSpecified()) ||
548 if (CDecl) {
550 for (const auto *BMInitializer : CDecl->inits()) {
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 200 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) {
201 if (CDecl->IsClassExtension()) {
421 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(CurContext);
425 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
430 Diag(CDecl->getLocation(), diag::err_continuation_class);
510 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc,
556 ObjCContainerDecl *CDecl,
609 DeclContext *DC = cast<DeclContext>(CDecl);
    [all...]
SemaDeclObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 396 void RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl,
407 void RewriteIvarOffsetSymbols(ObjCInterfaceDecl *CDecl,
460 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
    [all...]
RewriteObjC.cpp 321 void RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl,
332 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
535 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
    [all...]

Completed in 794 milliseconds