Searched refs:isRValueReference (Results 1 – 14 of 14) 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;
40 bool isRValueReference() const override;
209 bool isRValueReference() const override;
204 bool isRValueReference() const override;
340 else if (Symbol.isRValueReference()) in dump()
379 MOCK_SYMBOL_ACCESSOR(isRValueReference)
849 if (CTy->isRValueReference()) in constructTypeDIE()1327 if (SP->isRValueReference()) in applySubprogramAttributes()
765 else if (pointer_type->isRValueReference()) in CreateLLDBTypeFromPDBType()
1186 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
737 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function1980 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
11417 bool isRValueReference = false; in NoteSurrogateCandidate() local11426 isRValueReference = true; in NoteSurrogateCandidate()11436 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()