Home
last modified time | relevance | path

Searched defs:AttributeName (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp99 const unsigned char *AttributeName) { in getAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp892 StringRef AttributeName; in SelectPropertyForSynthesisFromProtocols() member
899 auto Diag = [&](bool OriginalHasAttribute, StringRef AttributeName) { in SelectPropertyForSynthesisFromProtocols()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h352 typedef struct AttributeName AttributeName; typedef
862 struct AttributeName { struct
863 struct berval an_name;
864 AttributeDescription *an_desc;
865 int an_flags;
866 ObjectClass *an_oc;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1887 SmallString<32> AttributeName; in addNoBuiltinAttributes() local