Home
last modified time | relevance | path

Searched refs:getLifetimeQualifiedType (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2156 QualType getLifetimeQualifiedType(QualType type, in getLifetimeQualifiedType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6998 type = Context.getLifetimeQualifiedType(type, lifetime); in inferObjCARCLifetime()
15294 T = Context.getLifetimeQualifiedType(T, Lifetime); in AdjustParameterTypeForObjCAutoRefCount()
15327 T = Context.getLifetimeQualifiedType(T, lifetime); in CheckParameter()
H A DSemaExprCXX.cpp2134 AllocType = Context.getLifetimeQualifiedType(AllocType, in BuildCXXNew()