Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h341 StringRef PropertyName) const;
H A DCodeGenInstruction.cpp583 StringRef PropertyName) const { in isOperandImpl()
593 Constraint->getDef()->getValueAsBit(PropertyName); in isOperandImpl()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp473 StringRef PropertyName(PropertyNameString); in rewriteToObjCProperty() local
490 if (PropertyName.equals("target") || PropertyName.contains("delegate") || in rewriteToObjCProperty()
491 PropertyName.contains("dataSource")) { in rewriteToObjCProperty()
/openbsd-src/gnu/llvm/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.cpp8623 Scope *S, IdentifierInfo *PropertyName) { in CodeCompleteObjCPropertySynthesizeIvar() argument
8650 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in CodeCompleteObjCPropertySynthesizeIvar()
8664 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()
8665 std::string NameWithSuffix = PropertyName->getName().str(); in CodeCompleteObjCPropertySynthesizeIvar()
8675 if ((PropertyName == Ivar->getIdentifier() || in CodeCompleteObjCPropertySynthesizeIvar()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp943 StringRef PropertyName = Property->getName(); in constructTypeDIE() local
944 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp1185 IdentifierInfo &PropertyName = *Tok.getIdentifierInfo(); in ParseCastExpression() local
1188 Res = Actions.ActOnClassPropertyRefExpr(II, PropertyName, in ParseCastExpression()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp768 PropertyName, enumerator
4161 case ObjCLabelType::PropertyName: Label = "OBJC_PROP_NAME_ATTR_"; break; in CreateCStringLiteral()
4180 case ObjCLabelType::PropertyName: in CreateCStringLiteral()
5676 Entry = CreateCStringLiteral(Ident->getName(), ObjCLabelType::PropertyName); in GetPropertyName()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13364 IdentifierInfo *PropertyName);