HomeSort by relevance Sort by last modified time
    Searched defs:RSExportType (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_export_type.cpp 233 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
315 // Return the type that can be used to create RSExportType, will always return
440 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
543 /****************************** RSExportType ******************************/
544 bool RSExportType::NormalizeType(const clang::Type *&T,
552 TypeName = RSExportType::GetTypeName(T);
573 bool RSExportType::ValidateType(clang::ASTContext &C, clang::QualType QT,
585 bool RSExportType::ValidateVarDecl(clang::VarDecl *VD, unsigned int TargetAPI,
592 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) {
608 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T)
    [all...]
slang_rs_export_type.h 89 class RSExportType : public RSExportable {
113 RSExportType(RSContext *Context,
120 // @T was normalized by calling RSExportType::NormalizeType().
121 // @TypeName was retrieve from RSExportType::GetTypeName() before calling
124 static RSExportType *Create(RSContext *Context,
130 // This function convert the RSExportType to LLVM type. Actually, it should be
150 virtual ~RSExportType();
174 static RSExportType *Create(RSContext *Context, const clang::Type *T);
175 static RSExportType *CreateFromDecl(RSContext *Context,
196 // Return the number of bits necessary to hold the specified RSExportType
    [all...]

Completed in 422 milliseconds