Home
last modified time | relevance | path

Searched defs:PropertyAttributes (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dproperty-details.h13 enum PropertyAttributes { enum
/external/llvm/lib/IR/
DDIBuilder.cpp328 unsigned PropertyAttributes, MDType *Ty) { in createObjCProperty()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1071 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local
/external/clang/include/clang/Sema/
DDeclSpec.h840 unsigned PropertyAttributes : 12; variable
/external/clang/include/clang/AST/
DDeclObjC.h2221 unsigned PropertyAttributes : NumPropertyAttrsBits; variable
/external/v8/test/cctest/
Dtest-api.cc4496 THREADED_TEST(PropertyAttributes) { in THREADED_TEST() argument