Home
last modified time | relevance | path

Searched defs:RefType (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp581 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp5383 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftIndirectResultType() local
5395 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftErrorResultType() local
H A DSemaOverload.cpp4744 const ReferenceType *RefType in FindConversionForRefInit() local
4764 const ReferenceType *RefType = in FindConversionForRefInit() local
H A DSemaDeclCXX.cpp1290 QualType RefType = in checkTupleLikeDecomposition() local
H A DSemaExpr.cpp18890 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp3166 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local
H A DExpr.cpp3368 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local