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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1896 ObjCPropertyImplDecl *getObjCPropertyImplDeclForPropertyDecl(
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 3323 if (!isProtocol && !Context.getObjCPropertyImplDeclForPropertyDecl(PD, Container))
3377 auto *propertyImpl = Context.getObjCPropertyImplDeclForPropertyDecl(property, Container);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 7056 ASTContext::getObjCPropertyImplDeclForPropertyDecl(
7107 getObjCPropertyImplDeclForPropertyDecl(PD, Container)) {

Completed in 24 milliseconds