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

  /external/clang/tools/libclang/
IndexDecl.cpp 212 if (D->isPropertyAccessor())
246 if (MD->isPropertyAccessor() &&
252 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/AST/
DeclObjC.cpp 561 bool isPropertyAccessor,
568 isInstance, isVariadic, isPropertyAccessor,
    [all...]
DumpXML.cpp 847 setFlag("property_accessor", D->isPropertyAccessor());
ASTImporter.cpp     [all...]
ASTContext.cpp 449 if (OMD && OMD->isPropertyAccessor())
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 272 if (Method->isPropertyAccessor() || Method->param_size() != 0)
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaPseudoObject.cpp 611 if (setter->isPropertyAccessor() && warn)
    [all...]
SemaObjCProperty.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 434 Record.push_back(D->isPropertyAccessor());
    [all...]

Completed in 149 milliseconds