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