Searched refs:CurrentParameterCopyTypes (Results 1 – 2 of 2) sorted by relevance
10355 if (llvm::is_contained(CurrentParameterCopyTypes, Entity.getType())) { in PerformCopyInitialization()10382 CurrentParameterCopyTypes.push_back(Entity.getType()); in PerformCopyInitialization()10388 CurrentParameterCopyTypes.pop_back(); in PerformCopyInitialization()
1584 llvm::SmallVector<QualType, 4> CurrentParameterCopyTypes; variable