Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2990 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
2991 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
2995 << NonReferenceType << NewReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()
3004 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
3005 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
3007 << NonReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()