Searched defs:PointerType (Results 1 – 15 of 15) sorted by relevance
23 enum class PointerType { None, Pointer, Reference }; enum
156 if (auto *PointerType = dyn_cast<PDBSymbolTypePointer>(&Type)) { in tryDumpFunctionPointer() local
48 PointerType; typedef179 typedef typename Base::PointerType PointerType; typedef
36 class PointerType; variable
28 class PointerType; variable
25 class PointerType; variable
29 class PointerType; variable
45 class PointerType; variable
37 class PointerType; variable
3117 QualType PointerType = getContext().getPointerType(Type); in EmitFundamentalRTTIDescriptor() local
59 class PointerType; variable
749 PointerType::PointerType(Type *E, unsigned AddrSpace) in PointerType() function in PointerType
283 PointerType, enumerator
606 func PointerType(elementType Type, addressSpace int) (t Type) { func