Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp2733 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
2734 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
2738 << NonReferenceType << NewReferenceType << VD->getSourceRange(); in DiagnoseForRangeReferenceVariableCopies()
2744 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
2745 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
2747 << NonReferenceType << VD->getSourceRange(); in DiagnoseForRangeReferenceVariableCopies()