Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp9832 if (llvm::find(CurrentParameterCopyTypes, Entity.getType()) != in PerformCopyInitialization()
9833 CurrentParameterCopyTypes.end()) { in PerformCopyInitialization()
9860 CurrentParameterCopyTypes.push_back(Entity.getType()); in PerformCopyInitialization()
9866 CurrentParameterCopyTypes.pop_back(); in PerformCopyInitialization()
/external/llvm-project/clang/include/clang/Sema/
DSema.h1372 llvm::SmallVector<QualType, 4> CurrentParameterCopyTypes; variable