[go: nahoru, domu]

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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp182 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
210 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
240 if (TypeExportableHelper(ElementType, SPS, Context, VD,
259 llvm::SmallPtrSet<clang::Type const *, 8> &SPS,
268 if (SPS.count(T))
317 SPS.insert(T);
328 if (!TypeExportableHelper(FT, SPS, Context, VD, TopLevelRecord,
380 (TypeExportableHelper(PointeeType, SPS, Context, VD,
397 (TypeExportableHelper(ElementType, SPS, Context, VD,
407 return ConstantArrayTypeExportableHelper(CAT, SPS, Contex
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
434 llvm::SmallPtrSet<const clang::Type*, 8> SPS = local
481 ValidateTypeHelper( slang::RSContext *Context, clang::ASTContext &C, const clang::Type *&T, const clang::NamedDecl *ND, clang::SourceLocation Loc, llvm::SmallPtrSet<const clang::Type*, 8>& SPS, bool InCompositeType, clang::RecordDecl *UnionDecl, unsigned int TargetAPI, bool IsFilterscript, bool IsExtern) argument
707 llvm::SmallPtrSet<const clang::Type*, 8> SPS = local
[all...]

Completed in 39 milliseconds