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

  /external/clang/tools/libclang/
IndexDecl.cpp 202 if (D->isPropertyAccessor())
236 if (MD->isPropertyAccessor() &&
242 if (MD->isPropertyAccessor() &&
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 127 unsigned IsPropertyAccessor : 1;
229 bool isVariadic = false, bool isPropertyAccessor = false,
236 IsPropertyAccessor(isPropertyAccessor), IsDefined(isDefined),
257 bool isVariadic = false, bool isPropertyAccessor = false,
426 bool isPropertyAccessor() const { return IsPropertyAccessor; }
427 void setPropertyAccessor(bool isAccessor) { IsPropertyAccessor = isAccessor; }
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 447 if (!D->isPropertyAccessor())
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaPseudoObject.cpp 651 if (setter->isPropertyAccessor() && warn)
    [all...]
SemaExprObjC.cpp 293 /*isPropertyAccessor=*/false,
544 /*isPropertyAccessor=*/false,
655 /*isPropertyAccessor=*/false,
790 /*isPropertyAccessor=*/false,
    [all...]
SemaObjCProperty.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 726 bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined,
730 isVariadic, isPropertyAccessor, isImplicitlyDeclared, isDefined,
    [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp 467 if (OMD && OMD->isPropertyAccessor())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 906 if (CompileTimeMD->isPropertyAccessor())
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 245 if (!Method->isPropertyAccessor())
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 596 Record.push_back(D->isPropertyAccessor());
    [all...]

Completed in 711 milliseconds