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.cpp3099 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
3100 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
3104 << NonReferenceType << NewReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()
3113 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
3114 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
3116 << NonReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()