Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexresolv.c157 UINT8 RefType; in AcpiExResolveObjectToValue() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp569 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp4851 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftIndirectResultType() local
4863 } else if (const auto *RefType = Ty->getAs<ReferenceType>()) { in isValidSwiftErrorResultType() local
H A DSemaOverload.cpp4639 const ReferenceType *RefType in FindConversionForRefInit() local
4659 const ReferenceType *RefType = in FindConversionForRefInit() local
H A DSemaDeclCXX.cpp1257 QualType RefType = in checkTupleLikeDecomposition() local
H A DSemaExpr.cpp17497 if (const ReferenceType *RefType = CaptureType->getAs<ReferenceType>()){ in captureInLambda() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3112 if (const auto *RefType = getTypePtr()->getAs<ReferenceType>()) in getNonLValueExprType() local
H A DExpr.cpp3184 bool RefType = Field->getType()->isReferenceType(); in isConstantInitializer() local