Home
last modified time | relevance | path

Searched refs:isProperty (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp8596 Expr *RHS, bool isProperty) { in checkUnsafeAssignLiteral() argument
8610 << (isProperty ? 0 : 1) in checkUnsafeAssignLiteral()
8618 Expr *RHS, bool isProperty) { in checkUnsafeAssignObject() argument
8624 << (isProperty ? 0 : 1) in checkUnsafeAssignObject()
8632 checkUnsafeAssignLiteral(S, Loc, RHS, isProperty)) in checkUnsafeAssignObject()
/external/v8/src/
Dmirror-debugger.js390 Mirror.prototype.isProperty = function() { method in Mirror