Searched refs:resultTy (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 96 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0; 101 Loc lhs, Loc rhs, QualType resultTy) = 0; 107 Loc lhs, NonLoc rhs, QualType resultTy) = 0; 132 NonLoc lhs, NonLoc rhs, QualType resultTy);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 2455 QualType resultTy = property->getType().getAtomicUnqualifiedType(); in ProcessPropertyDecl() local 2460 QualType modifiedTy = resultTy; in ProcessPropertyDecl() 2463 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl() 2469 Context, Loc, Loc, property->getGetterName(), resultTy, nullptr, CD, in ProcessPropertyDecl()
|
H A D | SemaOverload.cpp | 2115 QualType resultTy; in IsStandardConversion() local 2118 S.ExtractUnqualifiedFunctionType(ToType), resultTy)) in IsStandardConversion()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 1392 QualType resultTy = Ctx.getObjCObjectType( in VisitObjCTypeParamType() local 1397 return Ctx.getObjCObjectPointerType(resultTy); in VisitObjCTypeParamType()
|