Home
last modified time | relevance | path

Searched defs:Property (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/test/Analysis/
Dmalloc.cpp79 struct Property { struct
81 Property(char* n) in Property() function
/external/lldb/source/Interpreter/
DProperty.cpp26 Property::Property (const PropertyDefinition &definition) : in Property() function in Property
171 Property::Property (const ConstString &name, in Property() function in Property
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
DProperty.java27 public abstract class Property { class
50 public Property(PropertyEditor editor) { in Property() method in Property
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java46 static final class Property { class in CssSchema
56 private Property( in Property() method in CssSchema.Property
/external/clang/test/SemaObjC/
Dproperty-and-class-extension.m24 @property int Property; property
/external/v8/src/compiler/
Doperator.h34 enum Property { enum
/external/clang/lib/Sema/
DSemaObjCProperty.cpp752 ObjCPropertyDecl *Property) { in DiagnosePropertyMismatchDeclInProtocols()
1304 Sema::DiagnosePropertyMismatch(ObjCPropertyDecl *Property, in DiagnosePropertyMismatch()
1495 for (const auto *Property : IFace->properties()) { in IvarBacksCurrentMethodAccessor() local
1762 for (const auto *Property : IDecl->properties()) { in AtomicPropertySetterGetterRules() local
1928 ObjCPropertyDecl *Property) { in AddPropertyAttrs()
DSemaCodeComplete.cpp668 else if (const ObjCPropertyDecl *Property = dyn_cast<ObjCPropertyDecl>(ND)) in getDeclUsageType() local
2078 } else if (const ObjCPropertyDecl *Property = dyn_cast<ObjCPropertyDecl>(ND)) in AddResultTypeChunk() local
6124 if (ObjCPropertyDecl *Property in CodeCompleteObjCPropertySynthesizeIvar() local
6314 static void AddObjCKeyValueCompletions(ObjCPropertyDecl *Property, in AddObjCKeyValueCompletions()
DAnalysisBasedWarnings.cpp1291 Property, in diagnoseRepeatedUseOfWeak() enumerator
DSemaDeclObjC.cpp2705 for (const auto *Property : Ext->properties()) { in ActOnAtEnd() local
DSemaTemplateInstantiateDecl.cpp634 MSPropertyDecl *Property = MSPropertyDecl::Create( in VisitMSPropertyDecl() local
/external/emma/core/java12/com/vladium/util/
DProperty.java32 abstract class Property class
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h85 struct tgsi_property Property; member
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp558 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic() local
DCodeGenDAGPatterns.cpp1587 bool TreePatternNode::NodeHasProperty(SDNP Property, in NodeHasProperty()
1606 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty()
/external/clang/include/clang/Sema/
DScopeInfo.h194 const NamedDecl *Property; variable
/external/lldb/include/lldb/
Dlldb-forward.h154 class Property; variable
/external/v8/src/
Dast.h1501 typedef ObjectLiteralProperty Property; typedef
1678 DECLARE_NODE_TYPE(Property) in DECLARE_NODE_TYPE() argument
1722 Property(Zone* zone, Expression* obj, Expression* key, int pos, IdGen* id_gen) in Property() function
2507 typedef ObjectLiteralProperty Property; typedef
Dpreparser.h723 static PreParserExpression Property() { in Property() function
/external/clang/lib/Parse/
DParseObjc.cpp474 Decl *Property = Actions.ActOnProperty( in ParseObjCInterfaceDeclList() local
/external/clang/tools/libclang/
DCIndex.cpp3528 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in getDeclSpelling() local
4859 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in clang_getCursorReferenced() local
5694 if (const ObjCPropertyDecl *Property in Visit() local
6158 if (const ObjCPropertyDecl *Property in clang_annotateTokensImpl() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1058 } else if (DIObjCProperty Property = dyn_cast<MDObjCProperty>(Element)) { in constructTypeDIE() local
/external/clang/lib/AST/
DDeclObjC.cpp1617 const ObjCPropertyDecl *Property, in collectInheritedProtocolProperties()
DASTImporter.cpp3853 ObjCPropertyDecl *Property = cast_or_null<ObjCPropertyDecl>( in VisitObjCPropertyImplDecl() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp618 for (const auto *Property : PDecl->properties()) { in ClassImplementsAllMethodsAndProperties() local

12