HomeSort by relevance Sort by last modified time
    Searched full:rvaluereference (Results 1 - 19 of 19) sorted by null

  /external/clang/tools/libclang/
CXType.cpp 79 TKCASE(RValueReference);
296 case Type::RValueReference:
402 TKIND(RValueReference);
  /external/clang/include/clang/AST/
TypeNodes.def 68 TYPE(RValueReference, ReferenceType)
Type.h     [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 141 case RValueReference:
Type.cpp 321 case RValueReference:
    [all...]
TypePrinter.cpp 145 case Type::RValueReference:
    [all...]
ASTContext.cpp     [all...]
Decl.cpp     [all...]
ASTImporter.cpp 439 case Type::RValueReference: {
    [all...]
ItaniumMangle.cpp 838 case Type::RValueReference:
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 71 int &&RvalueReference = 0; // expected-warning {{rvalue references are incompatible with C++98}}
  /external/clang/lib/CodeGen/
CGRTTI.cpp 401 case Type::RValueReference:
608 case Type::RValueReference:
    [all...]
CodeGenFunction.cpp 79 case Type::RValueReference:
    [all...]
CodeGenTypes.cpp 385 case Type::RValueReference: {
CGDebugInfo.cpp     [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp 612 case Type::RValueReference:
    [all...]

Completed in 1573 milliseconds