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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp904 const clang::RecordType *RT = T->getAsStructureType(); local
905 if (!RT) {
908 const clang::RecordDecl *RD = RT->getDecl();
1251 const clang::RecordType *RT,
1254 slangAssert((RT != NULL) && (RT->getTypeClass() == clang::Type::Record));
1259 const clang::RecordDecl* RD = RT->getDecl();
1415 const clang::RecordType *RT,
1418 slangAssert(RT != NULL && RT
1250 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, unsigned Dim) argument
1414 Create(RSContext *Context, const clang::RecordType *RT, const llvm::StringRef &TypeName, bool mIsArtificial) argument
[all...]

Completed in 174 milliseconds