Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp9147 if (llvm::find(CurrentParameterCopyTypes, Entity.getType()) != in PerformCopyInitialization()
9148 CurrentParameterCopyTypes.end()) { in PerformCopyInitialization()
9175 CurrentParameterCopyTypes.push_back(Entity.getType()); in PerformCopyInitialization()
9181 CurrentParameterCopyTypes.pop_back(); in PerformCopyInitialization()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1193 llvm::SmallVector<QualType, 4> CurrentParameterCopyTypes; variable