Home
last modified time | relevance | path

Searched refs:PropertyType (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td50 PropertyType Base = base;
80 def Bool : PropertyType<"bool">;
127 def Qualifiers : PropertyType;
130 def Selector : PropertyType;
149 class Array<PropertyType element> : PropertyType {
150 PropertyType Element = element;
159 class Optional<PropertyType element> : PropertyType {
160 PropertyType Element = element;
168 PropertyType Type = type;
228 PropertyType Type = type;
[all …]
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp93 std::vector<PropertyType> AllPropertyTypes;
94 std::map<PropertyType, CasedTypeInfo> CasedTypeInfos;
150 for (PropertyType type : in ASTPropsEmitter()
162 PropertyType type = kindRule.getParentType(); in ASTPropsEmitter()
263 void emitCasedReaderWriterMethodBody(PropertyType type,
513 PropertyType type, in emitReadOfProperty()
567 PropertyType type, in emitWriteOfProperty()
650 for (PropertyType type : AllPropertyTypes) { in emitDispatcherTemplate()
693 for (PropertyType type : AllPropertyTypes) { in emitPackUnpackOptionalTemplate()
736 for (PropertyType type : AllPropertyTypes) { in emitBasicReaderWriterTemplate()
[all …]
H A DASTTableGen.h247 class PropertyType : public WrappedRecord {
249 PropertyType(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord()
281 PropertyType getArrayElementType() const { in getArrayElementType()
288 PropertyType getOptionalElementType() const { in getOptionalElementType()
295 PropertyType getSuperclassType() const { in getSuperclassType()
336 PropertyType getParentType() const { in getParentType()
341 PropertyType getKindType() const { in getKindType()
371 PropertyType getParentType() const { in getParentType()
391 PropertyType getType() const { in getType()
H A DASTTableGen.cpp74 void PropertyType::emitCXXValueTypeName(bool forRead, raw_ostream &out) const { in emitCXXValueTypeName()
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h4508 Class, PropertyType, PropertyType (Class::*)() const> >
4509 Property(PropertyType (Class::*property)() const,
4512 internal::PropertyMatcher<Class, PropertyType,
4526 Class, PropertyType, PropertyType (Class::*)() const> >
4528 PropertyType (Class::*property)() const,
4531 internal::PropertyMatcher<Class, PropertyType,
4541 Class, PropertyType, PropertyType (Class::*)() const &> >
4542 Property(PropertyType (Class::*property)() const &,
4545 internal::PropertyMatcher<Class, PropertyType,
4554 Class, PropertyType, PropertyType (Class::*)() const &> >
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp8106 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar() local
8110 PropertyType = in CodeCompleteObjCPropertySynthesizeIvar()
8114 Results.setPreferredType(PropertyType); in CodeCompleteObjCPropertySynthesizeIvar()
8161 GetCompletionTypeString(PropertyType, Context, Policy, Allocator)); in CodeCompleteObjCPropertySynthesizeIvar()