Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/crypto/openssl/doc/man7/
H A Dproperty.pod181 Definition ::= PropertyName ( '=' Value )?
182 ( ',' PropertyName ( '=' Value )? )*
184 PropertyQuery ::= '-' PropertyName
185 | '?'? ( PropertyName (( '=' | '!=' ) Value)?)
191 PropertyName ::= [A-Za-z] [A-Za-z0-9_]* ( '.' [A-Za-z] [A-Za-z0-9_]* )*
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h341 StringRef PropertyName) const;
H A DCodeGenInstruction.cpp578 StringRef PropertyName) const { in isOperandImpl()
588 Constraint->getDef()->getValueAsBit(PropertyName); in isOperandImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h210 IdentifierInfo *PropertyName);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp669 SmallString<100> PropertyName = thisPropertyName; in findSetter() local
670 PropertyName[0] = front; in findSetter()
672 &S.PP.getIdentifierTable().get(PropertyName); in findSetter()
H A DSemaCodeComplete.cpp8971 Scope *S, IdentifierInfo *PropertyName) { in CodeCompleteObjCPropertySynthesizeIvar() argument
8998 PropertyName, ObjCPropertyQueryKind::OBJC_PR_query_instance)) { in CodeCompleteObjCPropertySynthesizeIvar()
9012 NameWithPrefix += PropertyName->getName(); in CodeCompleteObjCPropertySynthesizeIvar()
9013 std::string NameWithSuffix = PropertyName->getName().str(); in CodeCompleteObjCPropertySynthesizeIvar()
9023 if ((PropertyName == Ivar->getIdentifier() || in CodeCompleteObjCPropertySynthesizeIvar()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1100 StringRef PropertyName = Property->getName(); in constructTypeDIE() local
1101 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp938 IdentifierInfo &PropertyName = *Tok.getIdentifierInfo(); in ParseCastExpression() local
941 Res = Actions.ObjC().ActOnClassPropertyRefExpr(II, PropertyName, ILoc, in ParseCastExpression()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp732 PropertyName, enumerator
4048 case ObjCLabelType::PropertyName: in CreateCStringLiteral()
4069 case ObjCLabelType::PropertyName: in CreateCStringLiteral()
5556 Entry = CreateCStringLiteral(Ident->getName(), ObjCLabelType::PropertyName); in GetPropertyName()