Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp2649 QualType VDType = VD->getType(); in isCopyElisionCandidate() local
2656 if (!VDType->isDependentType() && in isCopyElisionCandidate()
2657 !Context.hasSameUnqualifiedType(ReturnType, VDType)) in isCopyElisionCandidate()