Home
last modified time | relevance | path

Searched refs:resultTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h96 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 DSemaObjCProperty.cpp2455 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 DSemaOverload.cpp2115 QualType resultTy; in IsStandardConversion() local
2118 S.ExtractUnqualifiedFunctionType(ToType), resultTy)) in IsStandardConversion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1392 QualType resultTy = Ctx.getObjCObjectType( in VisitObjCTypeParamType() local
1397 return Ctx.getObjCObjectPointerType(resultTy); in VisitObjCTypeParamType()