HomeSort by: relevance | last modified time | path
    Searched refs:ParamRefType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 3857 const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>();
3858 if (ParamRefType)
3859 ParamType = ParamRefType->getPointeeType();
3867 ParamRefType != nullptr);
3872 if (ParamRefType) {
3880 if (isForwardingReference(QualType(ParamRefType, 0), FirstInnerIndex) &&
3915 if (ParamRefType)
SemaTemplate.cpp 7304 if (const ReferenceType *ParamRefType = ParamType->getAs<ReferenceType>()) {
7311 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() &&
7316 ParamRefType->getPointeeType(),
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 2691 const auto *ParamRefType = Param->getType()->getAs<ReferenceType>();
2692 if (!ParamRefType)
2699 = Context.getCanonicalType(ParamRefType->getPointeeType());

Completed in 52 milliseconds