Home
last modified time | relevance | path

Searched defs:WrappedTy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp412 QualType WrappedTy, Expr *CountExpr, in Profile()
H A DASTContext.cpp3470 QualType WrappedTy, Expr *CountExpr, bool CountInBytes, bool OrNull, in getCountAttributedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9380 QualType Sema::BuildCountAttributedArrayOrPointerType(QualType WrappedTy, in BuildCountAttributedArrayOrPointerType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4729 llvm::DIType *WrappedTy = getOrCreateType(FType, Unit); in EmitTypeForVarWithBlocksAttr() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp893 LLVMTypeRef LLVMGetElementType(LLVMTypeRef WrappedTy) { in LLVMGetElementType()