Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp9914 if (llvm::find(CurrentParameterCopyTypes, Entity.getType()) != in PerformCopyInitialization()
9915 CurrentParameterCopyTypes.end()) { in PerformCopyInitialization()
9942 CurrentParameterCopyTypes.push_back(Entity.getType()); in PerformCopyInitialization()
9948 CurrentParameterCopyTypes.pop_back(); in PerformCopyInitialization()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1487 llvm::SmallVector<QualType, 4> CurrentParameterCopyTypes; variable