Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DPropertiesBase.td50 PropertyType Base = base;
80 def Bool : PropertyType<"bool">;
130 def Qualifiers : PropertyType;
133 def Selector : PropertyType;
152 class Array<PropertyType element> : PropertyType {
153 PropertyType Element = element;
162 class Optional<PropertyType element> : PropertyType {
163 PropertyType Element = element;
171 PropertyType Type = type;
231 PropertyType Type = type;
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dtypo-correction.m60 @interface PropertyType interface
66 @property(assign) PropertyType *typoCandidate; // expected-note {{'_typoCandidate' declared here}}
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dtypo-correction.mm45 @interface PropertyType : NSObject interface
50 @property(assign) PropertyType *typoCandidate; // expected-note {{'_typoCandidate' declared here}}
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h1800 typedef const PropertyType& RefToConstProperty;
3767 Class, PropertyType, PropertyType (Class::*)() const> >
3768 Property(PropertyType (Class::*property)() const,
3771 internal::PropertyMatcher<Class, PropertyType,
3784 Class, PropertyType, PropertyType (Class::*)() const> >
3786 PropertyType (Class::*property)() const,
3789 internal::PropertyMatcher<Class, PropertyType,
3797 Class, PropertyType, PropertyType (Class::*)() const &> >
3798 Property(PropertyType (Class::*property)() const &,
3809 Class, PropertyType, PropertyType (Class::*)() const &> >
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp8593 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar() local
8597 PropertyType = in CodeCompleteObjCPropertySynthesizeIvar()
8601 Results.setPreferredType(PropertyType); in CodeCompleteObjCPropertySynthesizeIvar()
8648 GetCompletionTypeString(PropertyType, Context, Policy, Allocator)); in CodeCompleteObjCPropertySynthesizeIvar()