Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp8944 Expr *RHS, bool isProperty) { in checkUnsafeAssignLiteral() argument
8958 << (isProperty ? 0 : 1) in checkUnsafeAssignLiteral()
8966 Expr *RHS, bool isProperty) { in checkUnsafeAssignObject() argument
8972 << (isProperty ? 0 : 1) in checkUnsafeAssignObject()
8980 checkUnsafeAssignLiteral(S, Loc, RHS, isProperty)) in checkUnsafeAssignObject()