HomeSort by relevance Sort by last modified time
    Searched refs:isPropertyAccessor (Results 1 - 16 of 16) 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,
417 bool isPropertyAccessor() const { return IsPropertyAccessor; }
418 void setPropertyAccessor(bool isAccessor) { IsPropertyAccessor = isAccessor; }
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 450 if (!D->isPropertyAccessor())
  /external/clang/lib/AST/
DeclObjC.cpp 643 bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined,
647 isVariadic, isPropertyAccessor, isImplicitlyDeclared, isDefined,
    [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp 466 if (OMD && OMD->isPropertyAccessor())
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaPseudoObject.cpp 615 if (setter->isPropertyAccessor() && warn)
    [all...]
SemaObjCProperty.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprObjC.cpp 236 /*isPropertyAccessor=*/false,
503 /*isPropertyAccessor=*/false,
665 /*isPropertyAccessor=*/false,
782 /*isPropertyAccessor=*/false
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 848 if (CompileTimeMD->isPropertyAccessor())
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 462 Record.push_back(D->isPropertyAccessor());
    [all...]

Completed in 280 milliseconds