Searched defs:RSExportType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp324 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
427 // Return the type that can be used to create RSExportType, will always return
559 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
681 /****************************** RSExportType ******************************/
682 bool RSExportType::NormalizeType(const clang::Type *&T,
691 TypeName = RSExportType::GetTypeName(T);
705 bool RSExportType::ValidateType(slang::RSContext *Context, clang::ASTContext &C,
727 bool RSExportType::ValidateVarDecl(slang::RSContext *Context,
736 *RSExportType::GetTypeOfDecl(const clang::DeclaratorDecl *DD) {
748 llvm::StringRef RSExportType
945 RSExportType::RSExportType(RSContext *Context, function in class:slang::RSExportType
[all...]
H A Dslang_rs_export_type.h196 class RSExportType : public RSExportable { class in namespace:slang
218 RSExportType(RSContext *Context,
226 // @T was normalized by calling RSExportType::NormalizeType().
227 // @TypeName was retrieved from RSExportType::GetTypeName() before calling
232 static RSExportType *Create(RSContext *Context,
239 // This function convert the RSExportType to LLVM type. Actually, it should be
254 virtual ~RSExportType();
280 static RSExportType *Create(RSContext *Context, const clang::Type *T,
284 static RSExportType *CreateFromDecl(RSContext *Context,
363 virtual bool matchODR(const RSExportType *
[all...]

Completed in 40 milliseconds