HomeSort by relevance Sort by last modified time
    Searched refs:getValueKind (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/AST/
ExprClassification.cpp 71 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break;
72 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break;
81 case Cl::CL_PRValue: assert(getValueKind() == VK_RValue); break;
234 return ClassifyExprValueKind(Lang, E, E->getValueKind());
239 cast<PseudoObjectExpr>(E)->getValueKind());
244 return ClassifyExprValueKind(Lang, E, E->getValueKind());
370 return ClassifyExprValueKind(Lang, E, E->getValueKind());
StmtDumper.cpp 123 DumpValueKind(Node->getValueKind());
Expr.cpp     [all...]
ASTImporter.cpp     [all...]
StmtProfile.cpp 367 ID.AddInteger(S->getValueKind());
ExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 70 uop->getValueKind(),
120 refExpr->getType(), refExpr->getValueKind(),
127 refExpr->getType(), refExpr->getValueKind(),
148 refExpr->getType(), refExpr->getValueKind(),
282 e->getValueKind(), e->getObjectKind(),
354 capturedRHS->getValueKind(),
370 result.get()->getValueKind(),
    [all...]
SemaExprCXX.cpp 356 E = ImpCastExprToType(E, UnqualT, CK_NoOp, E->getValueKind()).take();
570 E->getValueKind()).take();
    [all...]
SemaExpr.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaInit.cpp     [all...]
SemaCast.cpp 92 castExpr->getValueKind());
    [all...]
SemaOverload.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 719 param->getDefaultArg()->getValueKind(),
726 SubExpr->getValueKind(), SubExpr->getObjectKind(),
    [all...]
Expr.h 201 bool isLValue() const { return getValueKind() == VK_LValue; }
202 bool isRValue() const { return getValueKind() == VK_RValue; }
203 bool isXValue() const { return getValueKind() == VK_XValue; }
204 bool isGLValue() const { return getValueKind() != VK_RValue; }
350 /// getValueKind - The value kind that this expression produces.
351 ExprValueKind getValueKind() const {
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 259 Record.push_back(E->getValueKind());
479 Record.push_back(E->getValueKind());
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 186 milliseconds

1 2