Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2223 QualType getLifetimeQualifiedType(QualType type, in getLifetimeQualifiedType() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp5419 T = Context.getLifetimeQualifiedType(T, Lifetime); in AdjustParameterTypeForObjCAutoRefCount()
5478 type = Context.getLifetimeQualifiedType(type, lifetime); in inferObjCARCLifetime()
HDSemaExprCXX.cpp2165 AllocType = Context.getLifetimeQualifiedType(AllocType, in BuildCXXNew()
HDSemaDecl.cpp15093 T = Context.getLifetimeQualifiedType(T, lifetime); in CheckParameter()