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