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