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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 1121 Ctx.getObjCEncodingForType(Ty, encoding);
CIndex.cpp 3793 Ctx.getObjCEncodingForType(QualType::getFromOpaquePtr(CT.data[0]), encoding);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 1138 Context.getObjCEncodingForType(property->getType(), typeStr);
1678 CGM.getContext().getObjCEncodingForType(Ivar->getType(), TypeEncoding);
1844 //Context.getObjCEncodingForType(ivarTy, TypeStr, IVD, true);
3460 Context.getObjCEncodingForType(IVD->getType(), TypeStr, IVD);
CGExprConstant.cpp 1312 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str);
CGObjC.cpp 100 getContext().getObjCEncodingForType(ValueType, Str);
CodeGenModule.cpp 5374 getContext().getObjCEncodingForType(E->getEncodedType(), Str);
CGObjCMac.cpp 5698 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6901 getObjCEncodingForType(BlockReturnTy, S);
6936 getObjCEncodingForType(PType, S);
6948 getObjCEncodingForType(Decl->getReturnType(), S);
6975 getObjCEncodingForType(PType, S);
7183 void ASTContext::getObjCEncodingForType(QualType T, std::string& S,
ExprConstant.cpp 3369 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 1988 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding);
5339 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI);
5350 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI);
RewriteModernObjC.cpp 2071 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding);
6828 Context->getObjCEncodingForType(IVQT, IvarTypeString,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1856 void getObjCEncodingForType(QualType T, std::string &S,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 1147 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT);
SemaInit.cpp 2935 Context.getObjCEncodingForType(E->getEncodedType(), Str);

Completed in 73 milliseconds