Searched refs:CurrentParameterCopyTypes (Results 1 – 2 of 2) sorted by relevance
9147 if (llvm::find(CurrentParameterCopyTypes, Entity.getType()) != in PerformCopyInitialization()9148 CurrentParameterCopyTypes.end()) { in PerformCopyInitialization()9175 CurrentParameterCopyTypes.push_back(Entity.getType()); in PerformCopyInitialization()9181 CurrentParameterCopyTypes.pop_back(); in PerformCopyInitialization()
1193 llvm::SmallVector<QualType, 4> CurrentParameterCopyTypes; variable