Home
last modified time | relevance | path

Searched defs:isRValueReference (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp114 bool NativeTypePointer::isRValueReference() const { in isRValueReference() function in NativeTypePointer
H A DNativeRawSymbol.cpp651 bool NativeRawSymbol::isRValueReference() const { in isRValueReference() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1186 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h788 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
1850 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp12072 bool isRValueReference = false; in NoteSurrogateCandidate() local