Searched refs:isRValueReference (Results 1 – 13 of 13) sorted by relevance
55 dumpSymbolField(OS, "RValueReference", isRValueReference(), Indent); in dump()114 bool NativeTypePointer::isRValueReference() const { in isRValueReference() function in NativeTypePointer
651 bool NativeRawSymbol::isRValueReference() const { in isRValueReference() function in NativeRawSymbol
30 FORWARD_SYMBOL_METHOD(isRValueReference)
231 virtual bool isRValueReference() const = 0;
39 bool isRValueReference() const override;
209 bool isRValueReference() const override;
204 bool isRValueReference() const override;
340 else if (Symbol.isRValueReference()) in dump()
882 if (CTy->isRValueReference()) in constructTypeDIE()1359 if (SP->isRValueReference()) in applySubprogramAttributes()
1186 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
768 else if (pointer_type->isRValueReference()) in CreateLLDBTypeFromPDBType()
788 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function1850 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
12072 bool isRValueReference = false; in NoteSurrogateCandidate() local12081 isRValueReference = true; in NoteSurrogateCandidate()12091 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()