Searched refs:CurrentParameterCopyTypes (Results 1 – 2 of 2) sorted by relevance
9913 if (llvm::find(CurrentParameterCopyTypes, Entity.getType()) != in PerformCopyInitialization()9914 CurrentParameterCopyTypes.end()) { in PerformCopyInitialization()9941 CurrentParameterCopyTypes.push_back(Entity.getType()); in PerformCopyInitialization()9947 CurrentParameterCopyTypes.pop_back(); in PerformCopyInitialization()
1480 llvm::SmallVector<QualType, 4> CurrentParameterCopyTypes; variable