Searched refs:isRValueReference (Results 1 – 16 of 16) sorted by relevance
35 FORWARD_SYMBOL_METHOD(isRValueReference)
217 virtual bool isRValueReference() const = 0;
188 virtual bool isRValueReference() const = 0;
179 bool isRValueReference() const override;
209 bool isRValueReference() const override;
204 bool isRValueReference() const override;
667 bool NativeRawSymbol::isRValueReference() const { in isRValueReference() function in NativeRawSymbol
293 MOCK_SYMBOL_ACCESSOR(isRValueReference)
375 MOCK_SYMBOL_ACCESSOR(isRValueReference)
886 if (CTy->isRValueReference()) in constructTypeDIE()1248 if (SP->isRValueReference()) in applySubprogramAttributes()
938 if (CTy->isRValueReference()) in constructTypeDIE()1349 if (SP->isRValueReference()) in applySubprogramAttributes()
1024 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
1165 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
587 bool isRValueReference() const { return getFlags() & FlagRValueReference; }1418 unsigned isRValueReference() const {
711 bool isRValueReference() const { return getFlags() & FlagRValueReference; }1732 bool isRValueReference() const { return getFlags() & FlagRValueReference; }
9764 bool isRValueReference = false; in NoteSurrogateCandidate() local9773 isRValueReference = true; in NoteSurrogateCandidate()9783 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()