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

1 2

  /external/clang/lib/AST/
ExprClassification.cpp 56 case Cl::CL_LValue: assert(getValueKind() == VK_LValue); break;
57 case Cl::CL_XValue: assert(getValueKind() == VK_XValue); break;
67 case Cl::CL_PRValue: assert(getValueKind() == VK_RValue); break;
247 return ClassifyExprValueKind(Lang, E, E->getValueKind());
252 cast<PseudoObjectExpr>(E)->getValueKind());
257 return ClassifyExprValueKind(Lang, E, E->getValueKind());
391 return ClassifyExprValueKind(Lang, E, E->getValueKind());
Expr.cpp     [all...]
ASTImporter.cpp     [all...]
StmtProfile.cpp 514 ID.AddInteger(S->getValueKind());
    [all...]
ExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 74 uop->getValueKind(),
116 rebuiltExpr->getValueKind(),
142 refExpr->getType(), refExpr->getValueKind(),
149 refExpr->getType(), refExpr->getValueKind(),
170 refExpr->getType(), refExpr->getValueKind(),
189 refExpr->getValueKind(), refExpr->getQualifierLoc(),
348 e->getValueKind(), e->getObjectKind(),
420 capturedRHS->getValueKind(),
436 result.get()->getValueKind(),
    [all...]
SemaExprCXX.cpp 433 E = ImpCastExprToType(E, UnqualT, CK_NoOp, E->getValueKind()).get();
647 E->getValueKind()).get();
    [all...]
SemaExpr.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaInit.cpp     [all...]
SemaCast.cpp 94 castExpr->getValueKind());
    [all...]
SemaOverload.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 314 (last_expr->getValueKind() == VK_LValue || last_expr->getValueKind() == VK_XValue) &&
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
Expr.h 250 bool isLValue() const { return getValueKind() == VK_LValue; }
251 bool isRValue() const { return getValueKind() == VK_RValue; }
252 bool isXValue() const { return getValueKind() == VK_XValue; }
253 bool isGLValue() const { return getValueKind() != VK_RValue; }
401 /// getValueKind - The value kind that this expression produces.
402 ExprValueKind getValueKind() const {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 37 switch (E->getValueKind()) {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 328 Record.push_back(E->getValueKind());
549 Record.push_back(E->getValueKind());
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 1035 milliseconds

1 2