Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp241 if (PRE->isExplicitProperty()) in VisitObjCMessageExpr()
292 if (E->isExplicitProperty()) { in VisitObjCPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp62 if (PropE->isExplicitProperty()) in getBestPropertyDecl()
H A DSemaPseudoObject.cpp61 if (refExpr->isExplicitProperty()) { in rebuildObjCPropertyRefExpr()
583 if (RefExpr->isExplicitProperty()) { in isWeakProperty()
832 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType()) in buildRValueOperation()
838 if (RefExpr->isExplicitProperty() && result.get()->isRValue()) { in buildRValueOperation()
H A DSemaExprObjC.cpp3702 if (e->isExplicitProperty()) in VisitObjCPropertyRefExpr()
4193 if (PRE->isExplicitProperty()) { in CheckObjCBridgeRelatedCast()
H A DSemaType.cpp8929 if (PR->isExplicitProperty()) in getDecltypeForExpr()
H A DTreeTransform.h13887 if (E->isExplicitProperty()) in TransformObjCPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp618 if (PA->isExplicitProperty()) { in checkObjCPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCalledOnceCheck.cpp460 assert(E->isExplicitProperty()); in VisitObjCPropertyRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1085 if (RefExpr->isExplicitProperty()) in getAccessedProperty()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h701 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); } in isExplicitProperty() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp4482 if (PRE->isExplicitProperty()) in getDeclFromExpr()