Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp2706 bool AllowParamOrMoveConstructible) { in getCopyElisionCandidate() argument
2719 if (isCopyElisionCandidate(ReturnType, VD, AllowParamOrMoveConstructible)) in getCopyElisionCandidate()
2725 bool AllowParamOrMoveConstructible) { in isCopyElisionCandidate() argument
2734 if (!AllowParamOrMoveConstructible && !VDType->isDependentType() && in isCopyElisionCandidate()
2741 !(AllowParamOrMoveConstructible && VD->getKind() == Decl::ParmVar)) in isCopyElisionCandidate()
2748 if (AllowParamOrMoveConstructible) in isCopyElisionCandidate()
/external/clang/include/clang/Sema/
DSema.h3480 bool AllowParamOrMoveConstructible);
3482 bool AllowParamOrMoveConstructible);