Searched defs:isRValueReference (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ | ||
H A D | NativeTypePointer.cpp | 114 bool NativeTypePointer::isRValueReference() const { in isRValueReference() function in NativeTypePointer |
H A D | NativeRawSymbol.cpp | 651 bool NativeRawSymbol::isRValueReference() const { in isRValueReference() function in NativeRawSymbol |
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ | ||
H A D | DIARawSymbol.cpp | 1186 bool DIARawSymbol::isRValueReference() const { in isRValueReference() function in DIARawSymbol |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | DebugInfoMetadata.h | 788 bool isRValueReference() const { return getFlags() & FlagRValueReference; } isRValueReference() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOverload.cpp | 12096 bool isRValueReference = false; NoteSurrogateCandidate() local |