Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp3142 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
3143 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
3147 << NonReferenceType << NewReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()
3156 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
3157 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
3159 << NonReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()