Searched defs:UnsignedLongTy (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGBlocks.cpp | 1091 llvm::Type *UnsignedLongTy = getBlockDescriptorType() local |
H A D | CGObjC.cpp | 1870 llvm::Type *UnsignedLongTy = ConvertType(getContext().UnsignedLongTy); EmitObjCForCollectionStmt() local |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 1093 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; global() variable |