HomeSort by relevance Sort by last modified time
    Searched full:ispropertyaccessor (Results 1 - 14 of 14) sorted by null

  /external/clang/tools/libclang/
IndexDecl.cpp 198 if (D->isPropertyAccessor())
232 if (MD->isPropertyAccessor())
237 if (MD->isPropertyAccessor())
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 127 unsigned IsPropertyAccessor : 1;
232 bool isPropertyAccessor = false,
240 IsPropertyAccessor(isPropertyAccessor),
266 bool isPropertyAccessor = false,
408 bool isPropertyAccessor() const { return IsPropertyAccessor; }
409 void setPropertyAccessor(bool isAccessor) { IsPropertyAccessor = isAccessor; }
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 562 if (setter->isPropertyAccessor() && warn)
    [all...]
SemaDeclObjC.cpp     [all...]
SemaExprObjC.cpp 232 /*isPropertyAccessor=*/false,
480 /*isPropertyAccessor=*/false,
649 /*isPropertyAccessor=*/false,
767 /*isPropertyAccessor=*/false,
    [all...]
SemaObjCProperty.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 478 bool isPropertyAccessor,
485 isInstance, isVariadic, isPropertyAccessor,
    [all...]
DumpXML.cpp 847 setFlag("property_accessor", D->isPropertyAccessor());
ASTImporter.cpp     [all...]
ASTContext.cpp 427 if (OMD && OMD->isPropertyAccessor())
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 424 Record.push_back(D->isPropertyAccessor());
    [all...]

Completed in 600 milliseconds