Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DPostfixOperatorCheck.cpp46 if (const auto *RefType = ReturnType->getAs<ReferenceType>()) { in check() local
/external/libchrome/base/threading/
Dplatform_thread.h54 typedef DWORD RefType; typedef
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dany_cast_reference.pass.cpp102 using RefType = typename std::conditional< in checkThrows() typedef
/external/eigen/unsupported/test/
Dalignedvector3.cpp28 typedef Matrix<Scalar,3,1> RefType; in alignedvector3() typedef
/external/llvm-project/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dany_cast_reference.pass.cpp99 using RefType = typename std::conditional< in checkThrows() typedef
/external/skqp/tools/bookmaker/
DincludeWriter.h36 enum class RefType { enum
/external/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp573 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation() local
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h103 enum class RefType { enum
/external/llvm-project/clang-tools-extra/clang-doc/
DRepresentation.h146 InfoType RefType = InfoType::IT_default; // Indicates the type of this member
/external/clang/lib/AST/
DExpr.cpp2701 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local
DType.cpp2616 if (const ReferenceType *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp4812 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftIndirectResultType() local
4824 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftErrorResultType() local
DSemaOverload.cpp4636 const ReferenceType *RefType in FindConversionForRefInit() local
4656 const ReferenceType *RefType = in FindConversionForRefInit() local
DSemaDeclCXX.cpp1240 QualType RefType = in checkTupleLikeDecomposition() local
DSemaExpr.cpp17337 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local
/external/llvm-project/clang/lib/AST/
DType.cpp3104 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local
DExpr.cpp3102 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local
/external/clang/lib/Sema/
DSemaOverload.cpp4197 const ReferenceType *RefType in FindConversionForRefInit() local
4217 const ReferenceType *RefType = in FindConversionForRefInit() local
DSemaExpr.cpp13496 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp187 QualType RefType = Ctx.getLValueReferenceType(DstType); in castValueFromUintptr() local