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

/frameworks/compile/slang/
H A Dslang_rs_export_foreach.h42 typedef llvm::SmallVectorImpl<const clang::ParmVarDecl*> InVec; typedef in class:slang::RSExportForEach
45 typedef InVec::const_iterator InIter;
125 inline const InVec& getIns() const {
H A Dslang_rs_export_reduce.h36 typedef llvm::SmallVectorImpl<const clang::ParmVarDecl*> InVec; typedef in class:slang::RSExportReduce
39 typedef InVec::const_iterator InIter;
155 const InVec &getAccumulatorIns() const { return mAccumulatorIns; }
H A Dslang_rs_reflection_cpp.cpp271 const RSExportForEach::InVec &Ins = ForEach->getIns();
H A Dslang_rs_reflection.cpp861 const RSExportForEach::InVec &Ins = EF->getIns();

Completed in 473 milliseconds