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

/freebsd-13-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp128 static void emityProperties(std::string PropertyName, argument
133 std::string NeededMacro = "LLDB_PROPERTIES_" + PropertyName;
138 OS << "// Property definitions for " << PropertyName << "\n"; local
140 OS << "static constexpr PropertyDefinition g_" << PropertyName local
147 OS << "#endif // " << PropertyName << " Property\n\n"; local
151 static void emitPropertyEnum(std::string PropertyName, argument
156 std::string NeededMacro = "LLDB_PROPERTIES_" + PropertyName;
161 OS << "// Property enum cases for " << PropertyName << "\n"; local
167 OS << "#endif // " << PropertyName << " Property\n\n"; local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h324 bool isOperandImpl(unsigned i, StringRef PropertyName) const;
H A DCodeGenInstruction.cpp519 StringRef PropertyName) const {
529 Constraint->getDef()->getValueAsBit(PropertyName);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp663 SmallString<100> PropertyName = thisPropertyName; local
664 PropertyName[0] = front;
665 IdentifierInfo *AltMember = &S.PP.getIdentifierTable().get(PropertyName);
H A DSemaCodeComplete.cpp7896 Scope *S, IdentifierInfo *PropertyName) {
7923 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) {
7937 NameWithPrefix += PropertyName->getName();
7938 std::string NameWithSuffix = PropertyName->getName().str();
7948 if ((PropertyName == Ivar->getIdentifier() ||
7895 CodeCompleteObjCPropertySynthesizeIvar( Scope *S, IdentifierInfo *PropertyName) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp473 StringRef PropertyName(PropertyNameString);
490 if (PropertyName.equals("target") ||
491 (PropertyName.find("delegate") != StringRef::npos) ||
492 (PropertyName.find("dataSource") != StringRef::npos)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp943 StringRef PropertyName = Property->getName(); local
944 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1182 IdentifierInfo &PropertyName = *Tok.getIdentifierInfo(); local
1185 Res = Actions.ActOnClassPropertyRefExpr(II, PropertyName,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp762 PropertyName, member in class:__anon1740::ObjCLabelType
4202 case ObjCLabelType::PropertyName: Label = "OBJC_PROP_NAME_ATTR_"; break;
4221 case ObjCLabelType::PropertyName:
5703 Entry = CreateCStringLiteral(Ident->getName(), ObjCLabelType::PropertyName);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12053 IdentifierInfo *PropertyName);

Completed in 318 milliseconds