Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
H A Dany_cast_reference.pass.cpp85 using RefType = typename std::conditional< in checkThrows() typedef
/llvm-project/libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/
H A Dcommon.h13 enum class RefType { enum
/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp53 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftIndirectResultType() local
65 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftErrorResultType() local
H A DSemaOverload.cpp4947 const ReferenceType *RefType FindConversionForRefInit() local
4967 const ReferenceType *RefType = FindConversionForRefInit() local
H A DSemaDeclCXX.cpp1309 QualType RefType = checkTupleLikeDecomposition() local
H A DSemaExpr.cpp18458 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ captureInLambda() local
/llvm-project/clang-tools-extra/include-cleaner/include/clang-include-cleaner/
H A DTypes.h91 enum class RefType { enum
/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp654 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { findFunctionArgMutation() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Davoid-const-or-ref-data-members.cpp98 using RefType = int &; typedef
/llvm-project/clang-tools-extra/clang-doc/
H A DRepresentation.h126 InfoType RefType = InfoType::IT_default; // Indicates the type of this global() member
/llvm-project/clang/lib/AST/
H A DType.cpp3529 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) getNonLValueExprType() local
H A DExpr.cpp3421 bool RefType = Field->getType()->isReferenceType(); isConstantInitializer() local