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 44 if (PropE->isExplicitProperty())
SemaPseudoObject.cpp 139 if (refExpr->isExplicitProperty()) {
542 if (RefExpr->isExplicitProperty()) {
813 if (RefExpr->isExplicitProperty() && !Getter->hasRelatedResultType())
819 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 622 if (PA->isExplicitProperty()) {
  /external/clang/include/clang/AST/
ExprObjC.h 617 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); }
683 if (isExplicitProperty()) {
    [all...]

Completed in 551 milliseconds