Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp128 static void emityProperties(std::string PropertyName, in emityProperties() argument
133 std::string NeededMacro = "LLDB_PROPERTIES_" + PropertyName; in emityProperties()
138 OS << "// Property definitions for " << PropertyName << "\n"; in emityProperties()
140 OS << "static constexpr PropertyDefinition g_" << PropertyName in emityProperties()
147 OS << "#endif // " << PropertyName << " Property\n\n"; in emityProperties()
151 static void emitPropertyEnum(std::string PropertyName, in emitPropertyEnum() argument
156 std::string NeededMacro = "LLDB_PROPERTIES_" + PropertyName; in emitPropertyEnum()
161 OS << "// Property enum cases for " << PropertyName << "\n"; in emitPropertyEnum()
167 OS << "#endif // " << PropertyName << " Property\n\n"; in emitPropertyEnum()
/src/crypto/openssl/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_]* )*
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h208 IdentifierInfo *PropertyName);
/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h343 StringRef PropertyName) const;
H A DCodeGenInstruction.cpp581 StringRef PropertyName) const { in isOperandImpl()
591 Constraint->getDef()->getValueAsBit(PropertyName); in isOperandImpl()
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp470 StringRef PropertyName(PropertyNameString); in rewriteToObjCProperty() local
487 if (PropertyName == "target" || PropertyName.contains("delegate") || in rewriteToObjCProperty()
488 PropertyName.contains("dataSource")) { in rewriteToObjCProperty()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp671 SmallString<100> PropertyName = thisPropertyName; in findSetter() local
672 PropertyName[0] = front; in findSetter()
674 &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
H A DSemaCodeComplete.cpp8823 Scope *S, IdentifierInfo *PropertyName) { in CodeCompleteObjCPropertySynthesizeIvar() argument
8850 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in CodeCompleteObjCPropertySynthesizeIvar()
8864 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()
8865 std::string NameWithSuffix = PropertyName->getName().str(); in CodeCompleteObjCPropertySynthesizeIvar()
8875 if ((PropertyName == Ivar->getIdentifier() || in CodeCompleteObjCPropertySynthesizeIvar()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp977 StringRef PropertyName = Property->getName(); in constructTypeDIE() local
978 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1263 IdentifierInfo &PropertyName = *Tok.getIdentifierInfo(); in ParseCastExpression() local
1266 Res = Actions.ObjC().ActOnClassPropertyRefExpr(II, PropertyName, ILoc, in ParseCastExpression()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp768 PropertyName, enumerator
4146 case ObjCLabelType::PropertyName: Label = "OBJC_PROP_NAME_ATTR_"; break; in CreateCStringLiteral()
4165 case ObjCLabelType::PropertyName: in CreateCStringLiteral()
5644 Entry = CreateCStringLiteral(Ident->getName(), ObjCLabelType::PropertyName); in GetPropertyName()