Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1186 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h788 bool isRValueReference() const { return getFlags() & FlagRValueReference; } isRValueReference() function
1850 bool isRValueReference() const { return getFlags() & FlagRValueReference; } isRValueReference() function
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp12096 bool isRValueReference = false; NoteSurrogateCandidate() local