HomeSort by relevance Sort by last modified time
    Searched refs:isExplicitProperty (Results 1 - 10 of 10) sorted by null

  /external/clang/tools/libclang/
IndexBody.cpp 83 if (E->isExplicitProperty())
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
ScopeInfo.cpp 38 if (PropE->isExplicitProperty())
SemaPseudoObject.cpp 119 if (refExpr->isExplicitProperty()) {
487 if (RefExpr->isExplicitProperty()) {
727 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType())
733 if (RefExpr->isExplicitProperty() && result.get()->isRValue() &&
    [all...]
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 84 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD)
IvarInvalidationChecker.cpp 611 if (PA->isExplicitProperty()) {
  /external/clang/include/clang/AST/
ExprObjC.h 603 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); }
669 if (isExplicitProperty()) {
    [all...]

Completed in 47 milliseconds