Searched refs:PropertyName (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/utils/TableGen/ |
| H A D | LLDBPropertyDefEmitter.cpp | 128 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 D | CodeGenInstruction.h | 341 StringRef PropertyName) const;
|
| H A D | CodeGenInstruction.cpp | 583 StringRef PropertyName) const { in isOperandImpl() 593 Constraint->getDef()->getValueAsBit(PropertyName); in isOperandImpl()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 473 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 D | SemaPseudoObject.cpp | 663 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 D | SemaCodeComplete.cpp | 8623 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 D | DwarfUnit.cpp | 943 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 D | ParseExpr.cpp | 1185 IdentifierInfo &PropertyName = *Tok.getIdentifierInfo(); in ParseCastExpression() local 1188 Res = Actions.ActOnClassPropertyRefExpr(II, PropertyName, in ParseCastExpression()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 768 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 D | Sema.h | 13364 IdentifierInfo *PropertyName);
|