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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp837 const clang::RecordType *RT = T->getAsStructureType(); local
838 if (!RT) {
841 const clang::RecordDecl *RD = RT->getDecl();
1184 const clang::RecordType *RT,
1187 slangAssert((RT != NULL) && (RT->getTypeClass() == clang::Type::Record));
1192 const clang::RecordDecl* RD = RT->getDecl();
1348 const clang::RecordType *RT,
1351 slangAssert(RT != NULL && RT
1183 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, unsigned Dim) argument
1347 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, bool mIsArtificial) argument
[all...]

Completed in 80 milliseconds