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

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 65 refExpr->getValueKind(), refExpr->getObjectKind(),
71 refExpr->getValueKind(), refExpr->getObjectKind(),
81 refExpr->getValueKind(), refExpr->getObjectKind(),
103 refExpr->getType(), refExpr->getValueKind(), refExpr->getObjectKind(),
134 uop->getObjectKind(),
176 rebuiltExpr->getObjectKind(),
365 e->getValueKind(), e->getObjectKind(),
    [all...]
SemaFixItUtils.cpp 133 if (!Expr->isLValue() || Expr->getObjectKind() != OK_Ordinary)
SemaCoroutine.cpp 202 Loc, E->getType(), VK_LValue, E->getObjectKind(), E);
SemaExpr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaCast.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaChecking.cpp 235 BuiltinCall->setObjectKind(CE->getObjectKind());
    [all...]
TreeTransform.h     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 521 return (E->getLHS()->getObjectKind() == OK_ObjCProperty
Expr.cpp     [all...]
ASTImporter.cpp     [all...]
ASTDumper.cpp     [all...]
ExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 405 /// getObjectKind - The object kind that this expression produces.
408 ExprObjectKind getObjectKind() const {
413 ExprObjectKind OK = getObjectKind();
433 bool refersToBitField() const { return getObjectKind() == OK_BitField; }
    [all...]
ExprCXX.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 362 Record.push_back(E->getObjectKind());
595 Record.push_back(E->getObjectKind());
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 150 milliseconds