Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DPostfixOperatorCheck.cpp46 if (const auto *RefType = ReturnType->getAs<ReferenceType>()) { in check() local
/llvm-project-15.0.7/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
H A Dany_cast_reference.pass.cpp88 using RefType = typename std::conditional< in checkThrows() typedef
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp581 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation() local
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DRepresentation.h146 InfoType RefType = InfoType::IT_default; // Indicates the type of this member
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp3159 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local
H A DExpr.cpp3281 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp5265 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftIndirectResultType() local
5277 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftErrorResultType() local
H A DSemaOverload.cpp4647 const ReferenceType *RefType in FindConversionForRefInit() local
4667 const ReferenceType *RefType = in FindConversionForRefInit() local
H A DSemaDeclCXX.cpp1256 QualType RefType = in checkTupleLikeDecomposition() local
H A DSemaExpr.cpp18559 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local