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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 1111 encoding = Ctx.getObjCEncodingForPropertyDecl(OPD, nullptr);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1886 /// getObjCEncodingForPropertyDecl - Return the encoded type for
1890 std::string getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 231 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container);
1135 CGM.getContext().getObjCEncodingForPropertyDecl(property, OCD);
CGObjCMac.cpp 5731 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 6389 Context->getObjCEncodingForPropertyDecl(PropDecl, Container);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 7074 /// getObjCEncodingForPropertyDecl - Return the encoded type for this
7100 ASTContext::getObjCEncodingForPropertyDecl(const ObjCPropertyDecl *PD,

Completed in 97 milliseconds