Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTDiagnostic.cpp1152 QualType VDType = VD->getType(); in InitializeNonTypeDiffVariables() local
1154 Context.hasSameType(ArgType->getPointeeType(), VDType)) in InitializeNonTypeDiffVariables()
1182 QualType VDType = VD->getType(); in InitializeNonTypeDiffVariables() local
1184 Context.hasSameType(ArgType->getPointeeType(), VDType)) in InitializeNonTypeDiffVariables()
/external/clang/lib/Sema/
DSemaStmt.cpp2726 QualType VDType = VD->getType(); in isCopyElisionCandidate() local
2734 if (!AllowParamOrMoveConstructible && !VDType->isDependentType() && in isCopyElisionCandidate()
2735 !Context.hasSameUnqualifiedType(ReturnType, VDType)) in isCopyElisionCandidate()