Home
last modified time | relevance | path

Searched refs:CurrentParameterCopyTypes (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp10355 if (llvm::is_contained(CurrentParameterCopyTypes, Entity.getType())) { in PerformCopyInitialization()
10382 CurrentParameterCopyTypes.push_back(Entity.getType()); in PerformCopyInitialization()
10388 CurrentParameterCopyTypes.pop_back(); in PerformCopyInitialization()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1584 llvm::SmallVector<QualType, 4> CurrentParameterCopyTypes; variable