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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp168 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
195 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
224 if (TypeExportableHelper(ElementType, SPS, Context, VD,
243 llvm::SmallPtrSet<clang::Type const *, 8> &SPS,
251 if (SPS.count(T))
300 SPS.insert(T);
311 if (!TypeExportableHelper(FT, SPS, Context, VD, TopLevelRecord)) {
347 (TypeExportableHelper(PointeeType, SPS, Context, VD,
364 (TypeExportableHelper(ElementType, SPS, Context, VD,
374 return ConstantArrayTypeExportableHelper(CAT, SPS, Contex
193 ConstantArrayTypeExportableHelper( const clang::ConstantArrayType *CAT, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, slang::RSContext *Context, const clang::VarDecl *VD, const clang::RecordDecl *TopLevelRecord) argument
241 TypeExportableHelper( clang::Type const *T, llvm::SmallPtrSet<clang::Type const *, 8> &SPS, slang::RSContext *Context, clang::VarDecl const *VD, clang::RecordDecl const *TopLevelRecord) argument
399 llvm::SmallPtrSet<const clang::Type*, 8> SPS = local
444 ValidateTypeHelper( slang::RSContext *Context, clang::ASTContext &C, const clang::Type *&T, clang::NamedDecl *ND, clang::SourceLocation Loc, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, bool InCompositeType, clang::RecordDecl *UnionDecl, unsigned int TargetAPI, bool IsFilterscript) argument
650 llvm::SmallPtrSet<const clang::Type*, 8> SPS = local
[all...]

Completed in 25 milliseconds