Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp7526 Expr *RHS, bool isProperty) { in checkUnsafeAssignLiteral() argument
7540 << (isProperty ? 0 : 1) in checkUnsafeAssignLiteral()
7548 Expr *RHS, bool isProperty) { in checkUnsafeAssignObject() argument
7554 << (isProperty ? 0 : 1) in checkUnsafeAssignObject()
7562 checkUnsafeAssignLiteral(S, Loc, RHS, isProperty)) in checkUnsafeAssignObject()
/external/chromium_org/v8/src/
Dmirror-debugger.js373 Mirror.prototype.isProperty = function() { method in Mirror