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
31 FORWARD_SYMBOL_METHOD(isRValueReference)
232 virtual bool isRValueReference() const = 0;
39 bool isRValueReference() const override;
210 bool isRValueReference() const override;
204 bool isRValueReference() const override;
340 else if (Symbol.isRValueReference()) in dump()
954 if (CTy->isRValueReference()) in constructTypeDIE()1523 if (SP->isRValueReference()) in applySubprogramAttributes()
1186 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
767 else if (pointer_type->isRValueReference()) in CreateLLDBTypeFromPDBType()
812 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function2406 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
12786 bool isRValueReference = false; in NoteSurrogateCandidate() local12795 isRValueReference = true; in NoteSurrogateCandidate()12805 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()