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 80 if (E->isExplicitProperty())
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
ScopeInfo.cpp 38 if (PropE->isExplicitProperty())
SemaPseudoObject.cpp 138 if (refExpr->isExplicitProperty()) {
536 if (RefExpr->isExplicitProperty()) {
775 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType())
781 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 632 if (PA->isExplicitProperty()) {
  /external/clang/include/clang/AST/
ExprObjC.h 616 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); }
682 if (isExplicitProperty()) {
    [all...]

Completed in 1189 milliseconds