Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_foreach.h42 typedef llvm::SmallVectorImpl<const clang::ParmVarDecl*> InVec; typedef
45 typedef InVec::const_iterator InIter;
124 inline const InVec& getIns() const { in getIns()
Dslang_rs_reflection_cpp.cpp266 const RSExportForEach::InVec &Ins = ForEach->getIns(); in genForEachDeclarations()
Dslang_rs_reflection.cpp689 const RSExportForEach::InVec &Ins = EF->getIns(); in genExportForEach()