Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3152 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
3153 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
3157 << NonReferenceType << NewReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()
3166 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
3167 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
3169 << NonReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()