Searched refs:isRestrictedType (Results 1 – 12 of 12) sorted by relevance
57 dumpSymbolField(OS, "restrictedType", isRestrictedType(), Indent); in dump()138 bool NativeTypePointer::isRestrictedType() const { in isRestrictedType() function in NativeTypePointer
663 bool NativeRawSymbol::isRestrictedType() const { in isRestrictedType() function in NativeRawSymbol
34 FORWARD_SYMBOL_METHOD(isRestrictedType)
234 virtual bool isRestrictedType() const = 0;
174 if (Symbol.getRawSymbol().isRestrictedType()) in dumpRight()197 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
72 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
263 if (Symbol.getRawSymbol().isRestrictedType()) in dump()
43 bool isRestrictedType() const override;
212 bool isRestrictedType() const override;
207 bool isRestrictedType() const override;
1198 bool DIARawSymbol::isRestrictedType() const { in isRestrictedType() function in DIARawSymbol
779 if (pointer_type->isRestrictedType()) in CreateLLDBTypeFromPDBType()