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

  /external/clang/lib/AST/
DeclPrinter.cpp 452 CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D);
468 if ((CDecl && CDecl->isExplicitSpecified()) ||
556 if (CDecl) {
558 for (const auto *BMInitializer : CDecl->inits()) {
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 200 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) {
201 if (CDecl->IsClassExtension()) {
422 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(CurContext);
426 ObjCInterfaceDecl *CCPrimary = CDecl->getClassInterface();
431 Diag(CDecl->getLocation(), diag::err_continuation_class);
514 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc,
560 ObjCContainerDecl *CDecl,
613 DeclContext *DC = cast<DeclContext>(CDecl);
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 394 void RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl,
405 void RewriteIvarOffsetSymbols(ObjCInterfaceDecl *CDecl,
455 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
    [all...]
RewriteObjC.cpp 322 void RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl,
333 virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
535 void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *CDecl,
    [all...]

Completed in 1424 milliseconds