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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp185 const clang::RecordDecl *TopLevelRecord,
191 const clang::RecordDecl *TopLevelRecord,
197 if (TopLevelRecord) {
198 Context->ReportError(TopLevelRecord->getLocation(), Message)
199 << TopLevelRecord->getName() << TargetAPI;
213 const clang::RecordDecl *TopLevelRecord,
218 ReportTypeError(Context, VD, TopLevelRecord,
228 ReportTypeError(Context, VD, TopLevelRecord,
234 ReportTypeError(Context, VD, TopLevelRecord,
241 TopLevelRecord, E
189 ReportTypeError(slang::RSContext *Context, const clang::NamedDecl *ND, const clang::RecordDecl *TopLevelRecord, const char (&Message)[N], unsigned int TargetAPI = 0) argument
208 ConstantArrayTypeExportableHelper( const clang::ConstantArrayType *CAT, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, slang::RSContext *Context, const clang::VarDecl *VD, const clang::RecordDecl *TopLevelRecord, ExportKind EK) argument
257 TypeExportableHelper( clang::Type const *T, llvm::SmallPtrSet<clang::Type const *, 8> &SPS, slang::RSContext *Context, clang::VarDecl const *VD, clang::RecordDecl const *TopLevelRecord, ExportKind EK) argument
[all...]

Completed in 268 milliseconds