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()
848 if (CTy->isRValueReference()) in constructTypeDIE()1325 if (SP->isRValueReference()) in applySubprogramAttributes()
770 else if (pointer_type->isRValueReference()) in CreateLLDBTypeFromPDBType()
1186 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
776 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function2028 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
11564 bool isRValueReference = false; in NoteSurrogateCandidate() local11573 isRValueReference = true; in NoteSurrogateCandidate()11583 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()