HomeSort by: relevance | last modified time | path
    Searched refs:isRValueReference (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypePointer.h 31 FORWARD_SYMBOL_METHOD(isRValueReference)
IPDBRawSymbol.h 231 virtual bool isRValueReference() const = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeTypePointer.h 39 bool isRValueReference() const override;
NativeRawSymbol.h 209 bool isRValueReference() const override;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypePointer.cpp 54 dumpSymbolField(OS, "RValueReference", isRValueReference(), Indent);
113 bool NativeTypePointer::isRValueReference() const {
NativeRawSymbol.cpp 652 bool NativeRawSymbol::isRValueReference() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 204 bool isRValueReference() const override;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyTypeDumper.cpp 338 else if (Symbol.isRValueReference())
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 831 if (CTy->isRValueReference())
1268 if (SP->isRValueReference())
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 1186 bool DIARawSymbol::isRValueReference() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 742 bool isRValueReference() const { return getFlags() & FlagRValueReference; }
1987 bool isRValueReference() const { return getFlags() & FlagRValueReference; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 11232 bool isRValueReference = false;
11241 isRValueReference = true;
11251 if (isRValueReference) FnType = S.Context.getRValueReferenceType(FnType);

Completed in 28 milliseconds