Home
last modified time | relevance | path

Searched defs:UnsignedLongTy (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1091 llvm::Type *UnsignedLongTy = getBlockDescriptorType() local
H A DCGObjC.cpp1870 llvm::Type *UnsignedLongTy = ConvertType(getContext().UnsignedLongTy); EmitObjCForCollectionStmt() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1093 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; global() variable