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

  /external/clang/tools/libclang/
IndexBody.cpp 84 if (E->isExplicitProperty())
CIndex.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 83 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD)
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 117 if (refExpr->isExplicitProperty()) {
681 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType())
687 if (RefExpr->isExplicitProperty() && result.get()->isRValue() &&
    [all...]
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 600 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); }
666 if (isExplicitProperty()) {
    [all...]

Completed in 77 milliseconds