Searched defs:NonReferenceType (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/readability/ | ||
H A D | RedundantCastingCheck.cpp | 64 const QualType NonReferenceType = Type.getNonReferenceType(); in areBinaryOperatorOperandsTypesEqualToOperatorResultType() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaStmt.cpp | 2990 QualType NonReferenceType = VariableType.getNonReferenceType(); DiagnoseForRangeReferenceVariableCopies() local |