HomeSort by relevance Sort by last modified time
    Searched refs:VK_XValue (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Basic/
Specifiers.h 99 VK_XValue
  /external/clang/lib/AST/
ExprClassification.cpp 46 case VK_XValue:
73 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break;
StmtDumper.cpp 107 case VK_XValue: OS << " xvalue"; break;
ExprCXX.cpp 737 :Type->getType()->isRValueReferenceType()? VK_XValue
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 202 bool isXValue() const { return getValueKind() == VK_XValue; }
347 ? VK_LValue : VK_XValue));
    [all...]
ExprCXX.h     [all...]

Completed in 118 milliseconds