Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp1175 QualType VDType = VD->getType(); in InitializeNonTypeDiffVariables() local
1177 Context.hasSameType(ArgType->getPointeeType(), VDType)) in InitializeNonTypeDiffVariables()
1205 QualType VDType = VD->getType(); in InitializeNonTypeDiffVariables() local
1207 Context.hasSameType(ArgType->getPointeeType(), VDType)) in InitializeNonTypeDiffVariables()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp2956 QualType VDType = VD->getType(); in isCopyElisionCandidate() local
2964 if (!(CESK & CES_AllowDifferentTypes) && !VDType->isDependentType() && in isCopyElisionCandidate()
2965 !Context.hasSameUnqualifiedType(ReturnType, VDType)) in isCopyElisionCandidate()