Home
last modified time | relevance | path

Searched defs:ParamRefType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2693 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>(); in isCopyOrMoveConstructor() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3732 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); in AdjustFunctionParmAndArgTypesForDeduction() local
H A DSemaTemplate.cpp7368 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { in CheckTemplateArgument() local