Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp10538 if (llvm::is_contained(CurrentParameterCopyTypes, Entity.getType())) { in PerformCopyInitialization()
10565 CurrentParameterCopyTypes.push_back(Entity.getType()); in PerformCopyInitialization()
10571 CurrentParameterCopyTypes.pop_back(); in PerformCopyInitialization()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1618 llvm::SmallVector<QualType, 4> CurrentParameterCopyTypes; variable