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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 514 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc,
523 ProcessPropertyDecl(PDecl);
524 return PDecl;
527 if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
537 QualType ClassExtPropertyT = Context.getCanonicalType(PDecl->getType());
544 diag::err_type_mismatch_continuation_class) << PDecl->getType();
552 checkAtomicPropertyMismatch(*this, PIDecl, PDecl, true);
555 ProcessPropertyDecl(PDecl);
556 return PDecl;
614 ObjCPropertyDecl *PDecl = ObjCPropertyDecl::Create(Context, DC
    [all...]
SemaDeclObjC.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExprMember.cpp 407 static Decl *FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl*PDecl,
412 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(
415 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel))
418 for (const auto *I : PDecl->protocols()) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
DeclObjC.cpp     [all...]
ASTContext.cpp 469 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl())
470 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP))
    [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 206 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) {
207 if (!SynthesizedProperties.count(PDecl))
ObjCMT.cpp 607 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition())
608 for (const auto *Property : PDecl->instance_properties()) {
636 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) {
637 if (PDecl->meth_begin() == PDecl->meth_end())
639 for (const auto *MD : PDecl->methods()) {
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 576 milliseconds