Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3094 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
3095 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
3099 << NonReferenceType << NewReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()
3108 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
3109 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
3111 << NonReferenceType << VD->getSourceRange() in DiagnoseForRangeReferenceVariableCopies()