Searched refs:isExplicitProperty (Results 1 - 10 of 10) sorted by relevance

/external/clang/tools/libclang/
H A DIndexBody.cpp80 if (E->isExplicitProperty())
H A DCIndex.cpp3229 if (PRE->isExplicitProperty())
/external/clang/lib/Sema/
H A DScopeInfo.cpp44 if (PropE->isExplicitProperty())
H A DSemaPseudoObject.cpp139 if (refExpr->isExplicitProperty()) {
542 if (RefExpr->isExplicitProperty()) {
813 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType())
819 if (RefExpr->isExplicitProperty() && result.get()->isRValue()) {
H A DSemaExprObjC.cpp2990 if (e->isExplicitProperty())
3466 if (PRE->isExplicitProperty()) {
H A DSemaType.cpp5511 if (PR->isExplicitProperty())
H A DTreeTransform.h9570 if (E->isExplicitProperty())
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp84 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD)
H A DIvarInvalidationChecker.cpp622 if (PA->isExplicitProperty()) {
/external/clang/include/clang/AST/
H A DExprObjC.h617 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); } function in class:clang::ObjCPropertyRefExpr
683 if (isExplicitProperty()) {

Completed in 229 milliseconds