Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp228 auto *RefTy = CtorDecl->getParamDecl(0)->getType()->getAs<ReferenceType>(); in checkPostCall() local
/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp32 T = RefTy->getPointeeType(); in GetUnderlyingFunction() local
679 if (RefTy) in handlerCanCatch() local
831 SubI = RefTy->getPointeeType(); in CheckExceptionSpecSubset() local
H A DSemaExpr.cpp13468 if (const ReferenceType *RefTy = LHSDecl->getType()->getAs<ReferenceType>()) CheckIdentityFieldAssignment() local
14392 if (const ReferenceType *RefTy = LHSDecl->getType()->getAs<ReferenceType>()) DiagnoseSelfAssignment() local
20523 if (const ReferenceType *RefTy = Type->getAs<ReferenceType>()) { resolveDecl() local
H A DSemaOverload.cpp8601 if (const ReferenceType *RefTy = Ty->getAs<ReferenceType>()) AddTypesConvertedFrom() local
H A DSemaDeclCXX.cpp8796 QualType RefTy = CheckExplicitlyDefaultedComparison() local
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2616 if (const auto *RefTy = RetTy->getAs<ReferenceType>()) { ConstructAttributeList() local
2797 if (const auto *RefTy = ParamType->getAs<ReferenceType>()) { ConstructAttributeList() local
H A DCGStmtOpenMP.cpp1189 if (const auto *RefTy = PrivateVD->getType()->getAs<ReferenceType>()) EmitOMPLastprivateClauseFinal() local
H A DCGOpenMPRuntime.cpp6673 if (const auto *RefTy = ExprTy->getAs<ReferenceType>()) getExprTypeSize() local