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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 273 unsigned attributesAsWritten = 0;
275 attributesAsWritten |= ObjCPropertyAttribute::kind_readonly;
277 attributesAsWritten |= ObjCPropertyAttribute::kind_readwrite;
279 attributesAsWritten |= ObjCPropertyAttribute::kind_getter;
281 attributesAsWritten |= ObjCPropertyAttribute::kind_setter;
283 attributesAsWritten |= ObjCPropertyAttribute::kind_assign;
285 attributesAsWritten |= ObjCPropertyAttribute::kind_retain;
287 attributesAsWritten |= ObjCPropertyAttribute::kind_strong;
289 attributesAsWritten |= ObjCPropertyAttribute::kind_weak;
291 attributesAsWritten |= ObjCPropertyAttribute::kind_copy
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4392 const unsigned AttributesAsWritten,
4410 const unsigned AttributesAsWritten,

Completed in 66 milliseconds