Home
last modified time | relevance | path

Searched refs:PropertyName (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dproperty.pod149 Definition ::= PropertyName ( '=' Value )?
150 ( ',' PropertyName ( '=' Value )? )*
152 PropertyQuery ::= '-' PropertyName
153 | '?'? ( PropertyName (( '=' | '!=' ) Value)?)
159 PropertyName ::= [A-Za-z] [A-Za-z0-9_]* ( '.' [A-Za-z] [A-Za-z0-9_]* )*
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d150 $(REG_ROW \p{PropertyName}, Matches a character that belongs
151 to the Unicode PropertyName set.
153 $(REG_ROW \P{PropertyName}, Matches a character that does not belong
154 to the Unicode PropertyName set.
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h324 bool isOperandImpl(unsigned i, StringRef PropertyName) const;
H A DCodeGenInstruction.cpp515 StringRef PropertyName) const { in isOperandImpl()
525 Constraint->getDef()->getValueAsBit(PropertyName); in isOperandImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp473 StringRef PropertyName(PropertyNameString); in rewriteToObjCProperty() local
490 if (PropertyName.equals("target") || in rewriteToObjCProperty()
491 (PropertyName.find("delegate") != StringRef::npos) || in rewriteToObjCProperty()
492 (PropertyName.find("dataSource") != StringRef::npos)) { in rewriteToObjCProperty()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d141 $(REG_ROW \p{PropertyName}, Matches a character that belongs
142 to the Unicode PropertyName set.
144 $(REG_ROW \P{PropertyName}, Matches a character that does not belong
145 to the Unicode PropertyName set.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp663 SmallString<100> PropertyName = thisPropertyName; in findSetter() local
664 PropertyName[0] = front; in findSetter()
665 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
H A DSemaCodeComplete.cpp8079 Scope *S, IdentifierInfo *PropertyName) { in CodeCompleteObjCPropertySynthesizeIvar() argument
8106 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in CodeCompleteObjCPropertySynthesizeIvar()
8120 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()
8121 std::string NameWithSuffix = PropertyName->getName().str(); in CodeCompleteObjCPropertySynthesizeIvar()
8131 if ((PropertyName == Ivar->getIdentifier() || in CodeCompleteObjCPropertySynthesizeIvar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp902 StringRef PropertyName = Property->getName(); in constructTypeDIE() local
903 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp1170 IdentifierInfo &PropertyName = *Tok.getIdentifierInfo(); in ParseCastExpression() local
1173 Res = Actions.ActOnClassPropertyRefExpr(II, PropertyName, in ParseCastExpression()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp764 PropertyName, enumerator
4218 case ObjCLabelType::PropertyName: Label = "OBJC_PROP_NAME_ATTR_"; break; in CreateCStringLiteral()
4237 case ObjCLabelType::PropertyName: in CreateCStringLiteral()
5721 Entry = CreateCStringLiteral(Ident->getName(), ObjCLabelType::PropertyName); in GetPropertyName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12362 IdentifierInfo *PropertyName);