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

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 75 uop->getObjectKind(),
117 rebuiltExpr->getObjectKind(),
143 refExpr->getObjectKind(), refExpr->getLocation(),
150 refExpr->getObjectKind(),refExpr->getLocation(),
171 refExpr->getObjectKind(),refExpr->getAtIndexMethodDecl(),
348 e->getValueKind(), e->getObjectKind(),
    [all...]
SemaFixItUtils.cpp 133 if (!Expr->isLValue() || Expr->getObjectKind() != OK_Ordinary)
SemaExpr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaCast.cpp     [all...]
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 509 return (E->getLHS()->getObjectKind() == OK_ObjCProperty
617 assert((E->getObjectKind() == OK_ObjCProperty ||
Expr.cpp     [all...]
ASTImporter.cpp     [all...]
ExprCXX.cpp     [all...]
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 315 (last_expr->getObjectKind() == OK_Ordinary);
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
Expr.h 406 /// getObjectKind - The object kind that this expression produces.
409 ExprObjectKind getObjectKind() const {
414 ExprObjectKind OK = getObjectKind();
434 bool refersToBitField() const { return getObjectKind() == OK_BitField; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 329 Record.push_back(E->getObjectKind());
550 Record.push_back(E->getObjectKind());
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 301 milliseconds