Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGValue.h291 bool isObjCStrong() const { in isObjCStrong() function
DCGDeclCXX.cpp39 if (lv.isObjCStrong()) in EmitDeclInit()
DCGExpr.cpp1653 if (Dst.isObjCStrong() && !Dst.isNonGC()) { in EmitStoreThroughLValue()
/external/llvm-project/clang/lib/CodeGen/
DCGValue.h299 bool isObjCStrong() const { in isObjCStrong() function
DCGDeclCXX.cpp44 if (lv.isObjCStrong()) in EmitDeclInit()
DCGExpr.cpp2140 if (Dst.isObjCStrong() && !Dst.isNonGC()) { in EmitStoreThroughLValue()