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

  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 510 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc,
519 ProcessPropertyDecl(PDecl);
520 return PDecl;
523 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
533 QualType ClassExtPropertyT = Context.getCanonicalType(PDecl->getType());
540 diag::err_type_mismatch_continuation_class) << PDecl->getType();
548 checkAtomicPropertyMismatch(*this, PIDecl, PDecl, true);
551 ProcessPropertyDecl(PDecl);
552 return PDecl;
610 ObjCPropertyDecl *PDecl = ObjCPropertyDecl::Create(Context, DC
    [all...]
SemaDeclObjC.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 607 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition())
608 for (const auto *Property : PDecl->properties()) {
635 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) {
636 if (PDecl->meth_begin() == PDecl->meth_end())
638 for (const auto *MD : PDecl->methods()) {
    [all...]

Completed in 82 milliseconds