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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjCCommon.h 23 kind_noattr = 0x00, enumerator in enum:clang::ObjCPropertyAttribute::Kind
DeclObjC.h 777 PropertyAttributes(ObjCPropertyAttribute::kind_noattr),
778 PropertyAttributesAsWritten(ObjCPropertyAttribute::kind_noattr),
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCAttrs.cpp 234 ObjCPropertyAttribute::Kind Attrs = ObjCPropertyAttribute::kind_noattr;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 843 PropertyAttributes(ObjCPropertyAttribute::kind_noattr), Nullability(0),
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 1483 if (PDecl->getPropertyAttributes() != ObjCPropertyAttribute::kind_noattr) {
JSONNodeDumper.cpp 1017 if (Attrs != ObjCPropertyAttribute::kind_noattr) {
TextNodeDumper.cpp 2234 if (Attrs != ObjCPropertyAttribute::kind_noattr) {

Completed in 30 milliseconds