HomeSort by: relevance | last modified time | path
    Searched refs:isPropertyAccessor (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.h 386 if (!Method || !Method->isPropertyAccessor())
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp 501 if (D->isPropertyAccessor())
545 if (MD->isPropertyAccessor() && !hasUserDefined(MD, Container))
549 if (MD->isPropertyAccessor() && !hasUserDefined(MD, Container))
IndexSymbol.cpp 220 if (MD->isPropertyAccessor()) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 783 bool isInstance, bool isVariadic, bool isPropertyAccessor,
795 setPropertyAccessor(isPropertyAccessor);
814 bool isPropertyAccessor, bool isSynthesizedAccessorStub,
819 isVariadic, isPropertyAccessor, isSynthesizedAccessorStub,
1333 if (isPropertyAccessor()) {
ASTContext.cpp 578 if (OMD && OMD->isPropertyAccessor())
ASTImporter.cpp 4264 D->isInstanceMethod(), D->isVariadic(), D->isPropertyAccessor(),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 2753 !method->isPropertyAccessor() &&
2774 if (C || MethodInClass->isPropertyAccessor())
2828 if (!I->isPropertyAccessor() &&
2847 else if (!I->isPropertyAccessor())
2858 if (!I->isPropertyAccessor() &&
2876 else if (!I->isPropertyAccessor())
3644 Method->getMethod()->isPropertyAccessor()))
3651 Method->getMethod()->isPropertyAccessor()))
3933 if (!MD->isPropertyAccessor()) {
4740 /*isPropertyAccessor=*/false, /*isSynthesizedAccessorStub=*/false
    [all...]
SemaPseudoObject.cpp 656 if (setter->isPropertyAccessor() && warn)
1190 /*isPropertyAccessor=*/false,
1296 /*isPropertyAccessor=*/false,
SemaObjCProperty.cpp 1057 Decl->isVariadic(), Decl->isPropertyAccessor(),
1844 if (!IMD || !IMD->isPropertyAccessor())
2493 /*isPropertyAccessor=*/true, /*isSynthesizedAccessorStub=*/false,
2544 /*isPropertyAccessor=*/true,
SemaExprObjC.cpp 291 /*isPropertyAccessor=*/false,
567 /*isPropertyAccessor=*/false,
681 /*isPropertyAccessor=*/false,
816 /*isPropertyAccessor=*/false, /*isSynthesizedAccessorStub=*/false,
977 /*isPropertyAccessor=*/false,
2076 if (Setter && Setter->isImplicit() && Setter->isPropertyAccessor() &&
4359 if (InstanceMethod->isPropertyAccessor())
SemaCodeComplete.cpp 2863 cast<ObjCMethodDecl>(Param->getDeclContext())->isPropertyAccessor()) {
3661 if (!M || !M->isPropertyAccessor())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 175 bool isVariadic = false, bool isPropertyAccessor = false,
236 bool isVariadic = false, bool isPropertyAccessor = false,
441 bool isPropertyAccessor() const {
442 return ObjCMethodDeclBits.IsPropertyAccessor;
446 ObjCMethodDeclBits.IsPropertyAccessor = isAccessor;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp 826 if (!D->isPropertyAccessor())
PathDiagnostic.cpp 884 MD->isPropertyAccessor() &&
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp 249 if (!Method->isPropertyAccessor())
1158 if (Method->isPropertyAccessor() || !Method->isInstanceMethod() ||
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 1091 if (!MD || !MD->isPropertyAccessor())
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 694 Record.push_back(D->isPropertyAccessor());
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 1138 if (MD->isPropertyAccessor() && MD->getLexicalDeclContext() == CDecl)
1143 if (MD->isPropertyAccessor() && MD->getLexicalDeclContext() == CDecl)

Completed in 79 milliseconds