Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp3133 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
3134 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
3138 << NonReferenceType << NewReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()
3147 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
3148 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
3150 << NonReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()