Home
last modified time | relevance | path

Searched defs:pointee (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp72 QualType pointee = parm->getType()->getPointeeType(); in VisitObjCMessageExpr() local
H A DTransAutoreleasePool.cpp394 QualType pointee = Ty->getPointeeType(); in isNSAutoreleasePool() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp393 if (!type.IsPointerType(&pointee)) in CanBeUsedForElementCountPrinting() local
/llvm-project/clang/lib/AST/
H A DFormatString.cpp592 QualType pointee = PT->getPointeeType(); matchesType() local
/llvm-project/clang/test/Sema/
H A Dwarn-lifetime-analysis-nocfg.cpp326 int &pointee; global() member
/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1427 ValueObjectSP pointee = base->Dereference(error); GetValueForDereferincingOffset() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx1z.cpp331 template<auto **P> struct B<P> { using pointee = decltype(+**P); }; typedef
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp568 TypeSP pointee = GetOrCreateType(pr.ReferentType); CreatePointerType() local
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6520 QualType pointee = ptr->getPointeeType(); handleObjCOwnershipTypeAttr() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2234 GetGCAttrTypeForType(ASTContext & Ctx,QualType FQT,bool pointee=false) GetGCAttrTypeForType() argument