Home
last modified time | relevance | path

Searched refs:isRValueReference (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeTypePointer.cpp55 dumpSymbolField(OS, "RValueReference", isRValueReference(), Indent); in dump()
114 bool NativeTypePointer::isRValueReference() const { in isRValueReference() function in NativeTypePointer
HDNativeRawSymbol.cpp651 bool NativeRawSymbol::isRValueReference() const { in isRValueReference() function in NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBSymbolTypePointer.h30 FORWARD_SYMBOL_METHOD(isRValueReference)
HDIPDBRawSymbol.h231 virtual bool isRValueReference() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeTypePointer.h39 bool isRValueReference() const override;
HDNativeRawSymbol.h209 bool isRValueReference() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h204 bool isRValueReference() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPrettyTypeDumper.cpp340 else if (Symbol.isRValueReference()) in dump()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp882 if (CTy->isRValueReference()) in constructTypeDIE()
1359 if (SP->isRValueReference()) in applySubprogramAttributes()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp768 else if (pointer_type->isRValueReference()) in CreateLLDBTypeFromPDBType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp1186 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h788 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
1850 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOverload.cpp12072 bool isRValueReference = false; in NoteSurrogateCandidate() local
12081 isRValueReference = true; in NoteSurrogateCandidate()
12091 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType); in NoteSurrogateCandidate()