Searched refs:CurrentParameterCopyTypes (Results 1 – 2 of 2) sorted by relevance
9832 if (llvm::find(CurrentParameterCopyTypes, Entity.getType()) != in PerformCopyInitialization()9833 CurrentParameterCopyTypes.end()) { in PerformCopyInitialization()9860 CurrentParameterCopyTypes.push_back(Entity.getType()); in PerformCopyInitialization()9866 CurrentParameterCopyTypes.pop_back(); in PerformCopyInitialization()
1372 llvm::SmallVector<QualType, 4> CurrentParameterCopyTypes; variable