Searched refs:getObjectKind (Results 1 - 20 of 20) sorted by relevance

/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp75 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(),
1609 uop->getValueKind(), uop->getObjectKind(),
1618 cop->getObjectKind(),
1627 bop->getObjectKind(),
H A DSemaFixItUtils.cpp133 if (!Expr->isLValue() || Expr->getObjectKind() != OK_Ordinary)
H A DSemaExpr.cpp3546 if (E->getObjectKind() == OK_BitField) {
3693 if (V.get()->getObjectKind() != OK_Ordinary) {
6103 commonExpr->getObjectKind(),
9042 } else if (op->getObjectKind() == OK_BitField) { // C99 6.5.3.2p1
9045 } else if (op->getObjectKind() == OK_VectorComponent) {
9341 LHS.get()->getObjectKind() != OK_ObjCProperty) {
9343 OK = LHS.get()->getObjectKind();
9435 OK = RHS.get()->getObjectKind();
9467 if (getLangOpts().CPlusPlus && LHS.get()->getObjectKind() !=
9470 OK = LHS.get()->getObjectKind();
[all...]
H A DSemaExprCXX.cpp2758 assert(From->getObjectKind() != OK_ObjCProperty);
4407 OK = NonThrow->getObjectKind();
4496 if (LHS.get()->getObjectKind() == OK_BitField ||
4497 RHS.get()->getObjectKind() == OK_BitField)
5072 BO->getObjectKind(), BO->getOperatorLoc(), BO->isFPContractable());
H A DSemaExprMember.cpp1672 if (BaseExpr->getObjectKind() == OK_Ordinary)
H A DSemaCast.cpp1749 switch (SrcExpr.get()->getObjectKind()) {
H A DSemaExprObjC.cpp3806 sub->getValueKind(), sub->getObjectKind(),
H A DTreeTransform.h10045 if (First->getObjectKind() == OK_ObjCProperty) {
10056 if (Second && Second->getObjectKind() == OK_ObjCProperty) {
H A DSemaOverload.cpp10921 assert(Args[0]->getObjectKind() != OK_ObjCProperty);
/external/clang/lib/AST/
H A DExprClassification.cpp509 return (E->getLHS()->getObjectKind() == OK_ObjCProperty
617 assert((E->getObjectKind() == OK_ObjCProperty ||
H A DExpr.cpp3211 E->getObjectKind() == OK_ObjCProperty) &&
3677 AssocExprs[ResultIndex]->getObjectKind(),
3737 Init->getValueKind(), Init->getObjectKind(),
3959 assert(semantics[resultIndex]->getObjectKind() == OK_Ordinary);
H A DASTImporter.cpp4426 E->getObjectKind(),
4470 E->getObjectKind(),
4499 E->getObjectKind(),
H A DExprCXX.cpp1105 subexpr->getValueKind(), subexpr->getObjectKind(),
/external/lldb/source/Expression/
H A DASTResultSynthesizer.cpp315 (last_expr->getObjectKind() == OK_Ordinary);
/external/clang/include/clang/AST/
H A DExprCXX.h872 param->getDefaultArg()->getObjectKind(), false, false, false, false),
878 SubExpr->getValueKind(), SubExpr->getObjectKind(),
3367 Pattern->getObjectKind(), /*TypeDependent=*/true,
H A DExpr.h406 /// getObjectKind - The object kind that this expression produces.
409 ExprObjectKind getObjectKind() const { function in class:clang::Expr
414 ExprObjectKind OK = getObjectKind();
434 bool refersToBitField() const { return getObjectKind() == OK_BitField; }
1614 val->getValueKind(), val->getObjectKind(),
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp329 Record.push_back(E->getObjectKind());
550 Record.push_back(E->getObjectKind());
/external/clang/lib/CodeGen/
H A DCGCall.cpp2337 assert(E->getObjectKind() == OK_Ordinary);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3200 milliseconds