Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp83 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD) in scan_ivar_release()
/external/clang/include/clang/AST/
DExprObjC.h301 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); } in isExplicitProperty() function
345 if (isExplicitProperty()) { in getGetterResultType()
/external/clang/lib/CodeGen/
DCGObjC.cpp852 if (E->isExplicitProperty()) { in EmitLoadOfPropertyRefLValue()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp1248 if (PropRefExpr->isExplicitProperty()) { in RewritePropertyOrImplicitSetter()
1326 if (PropRefExpr->isExplicitProperty()) { in RewritePropertyOrImplicitGetter()
/external/clang/tools/libclang/
DCIndex.cpp2942 return PRE->isExplicitProperty() ? PRE->getExplicitProperty() : 0; in getDeclFromExpr()
/external/clang/lib/Sema/
DTreeTransform.h7849 if (E->isExplicitProperty()) in TransformObjCPropertyRefExpr()
DSemaOverload.cpp8694 bool Settable = (PRE->isExplicitProperty() || in CreateOverloadedBinOp()