Searched defs:ParamRefType (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | DeclCXX.cpp | 2790 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>(); isCopyOrMoveConstructor() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplateDeduction.cpp | 4159 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>(); AdjustFunctionParmAndArgTypesForDeduction() local |
H A D | SemaTemplate.cpp | 8237 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) { CheckTemplateArgument() local |