Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp2500 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
2501 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
2505 << NonReferenceType << NewReferenceType << VD->getSourceRange(); in DiagnoseForRangeReferenceVariableCopies()
2511 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies() local
2512 NonReferenceType.removeLocalConst(); in DiagnoseForRangeReferenceVariableCopies()
2514 << NonReferenceType << VD->getSourceRange(); in DiagnoseForRangeReferenceVariableCopies()