Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexBody.cpp84 if (E->isExplicitProperty()) in VisitObjCPropertyRefExpr()
DCIndex.cpp2930 if (PRE->isExplicitProperty()) in getDeclFromExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp83 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD) in scan_ivar_release()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp117 if (refExpr->isExplicitProperty()) { in rebuildSpecific()
698 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType()) in buildRValueOperation()
704 if (RefExpr->isExplicitProperty() && result.get()->isRValue() && in buildRValueOperation()
DSemaExprObjC.cpp2716 if (e->isExplicitProperty()) in VisitObjCPropertyRefExpr()
DTreeTransform.h8661 if (E->isExplicitProperty()) in TransformObjCPropertyRefExpr()
/external/clang/include/clang/AST/
DExprObjC.h604 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); } in isExplicitProperty() function
670 if (isExplicitProperty()) { in getGetterResultType()