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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjCCommon.h 39 kind_null_resettable = 0x2000, enumerator in enum:clang::ObjCPropertyAttribute::Kind
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 700 if (Attributes & ObjCPropertyAttribute::kind_null_resettable)
701 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_null_resettable);
2149 ObjCPropertyAttribute::kind_null_resettable) &&
2481 ObjCPropertyAttribute::kind_null_resettable) {
2560 ObjCPropertyAttribute::kind_null_resettable) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 1559 ObjCPropertyAttribute::kind_null_resettable)) {
JSONNodeDumper.cpp 1041 Attrs & ObjCPropertyAttribute::kind_null_resettable);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 961 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_null_resettable);

Completed in 29 milliseconds