Home
last modified time | relevance | path

Searched refs:InVec (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_foreach.h41 typedef llvm::SmallVectorImpl<const clang::ParmVarDecl*> InVec; typedef
44 typedef InVec::const_iterator InIter;
135 inline const InVec& getIns() const { in getIns()
Dslang_rs_export_reduce.h36 typedef llvm::SmallVectorImpl<const clang::ParmVarDecl*> InVec; typedef
39 typedef InVec::const_iterator InIter;
155 const InVec &getAccumulatorIns() const { return mAccumulatorIns; } in getAccumulatorIns()
Dslang_rs_reflection_cpp.cpp273 const RSExportForEach::InVec &Ins = ForEach->getIns(); in genForEachDeclarations()
Dslang_rs_reflection.cpp1028 const RSExportForEach::InVec &Ins = EF->getIns(); in genExportForEach()