Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp113 bool NativeTypePointer::isRValueReference() const { in isRValueReference() function in NativeTypePointer
H A DNativeRawSymbol.cpp652 bool NativeRawSymbol::isRValueReference() const { in isRValueReference() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1186 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h742 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
1987 bool isRValueReference() const { return getFlags() & FlagRValueReference; } in isRValueReference() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp11232 bool isRValueReference = false; in NoteSurrogateCandidate() local