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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp745 const clang::RecordType *RT = T->getAsStructureType(); local
746 if (!RT) {
749 const clang::RecordDecl *RD = RT->getDecl();
1088 const clang::RecordType *RT,
1091 slangAssert((RT != NULL) && (RT->getTypeClass() == clang::Type::Record));
1096 const clang::RecordDecl* RD = RT->getDecl();
1252 const clang::RecordType *RT,
1255 slangAssert(RT != NULL && RT
1087 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, unsigned Dim) argument
1251 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, bool mIsArtificial) argument
[all...]

Completed in 17 milliseconds