HomeSort by: relevance | last modified time | path
    Searched refs:PropertyIvarDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 770 ObjCIvarDecl *PropertyIvarDecl = nullptr;
918 PropertyIvarDecl = Ivar;
922 return PropertyIvarDecl;
2763 ObjCIvarDecl *PropertyIvarDecl;
2784 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) {
2785 assert(PK == Dynamic || PropertyIvarDecl);
2811 return PropertyIvarDecl ? Synthesize : Dynamic;
2815 return PropertyIvarDecl;
2821 PropertyIvarDecl = Ivar;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1339 D->PropertyIvarDecl = readDeclAs<ObjCIvarDecl>();

Completed in 76 milliseconds