HomeSort by relevance Sort by last modified time
    Searched refs:isPropertyAccessor (Results 1 - 12 of 12) 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/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/Sema/
SemaDeclObjC.cpp     [all...]
SemaPseudoObject.cpp 562 if (setter->isPropertyAccessor() && warn)
    [all...]
SemaObjCProperty.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 424 Record.push_back(D->isPropertyAccessor());
    [all...]

Completed in 236 milliseconds