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

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 74 uop->getObjectKind(),
116 rebuiltExpr->getObjectKind(),
142 refExpr->getObjectKind(), refExpr->getLocation(),
149 refExpr->getObjectKind(),refExpr->getLocation(),
170 refExpr->getObjectKind(),refExpr->getAtIndexMethodDecl(),
342 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...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 510 return (E->getLHS()->getObjectKind() == OK_ObjCProperty
604 assert((E->getObjectKind() == OK_ObjCProperty ||
Expr.cpp     [all...]
ASTImporter.cpp     [all...]
ExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 868 param->getDefaultArg()->getObjectKind(), false, false, false, false)
    [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 333 Record.push_back(E->getObjectKind());
554 Record.push_back(E->getObjectKind());
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 698 milliseconds