Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3095 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
3096 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
3100 << NonReferenceType << NewReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()
3109 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
3110 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
3112 << NonReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()