Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td50 PropertyType Base = base;
80 def Bool : PropertyType<"bool">;
130 def Qualifiers : PropertyType;
133 def Selector : PropertyType;
153 class Array<PropertyType element> : PropertyType {
154 PropertyType Element = element;
163 class Optional<PropertyType element> : PropertyType {
164 PropertyType Element = element;
172 PropertyType Type = type;
232 PropertyType Type = type;
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp94 std::vector<PropertyType> AllPropertyTypes;
95 std::map<PropertyType, CasedTypeInfo> CasedTypeInfos;
151 for (PropertyType type : in ASTPropsEmitter()
163 PropertyType type = kindRule.getParentType(); in ASTPropsEmitter()
264 void emitCasedReaderWriterMethodBody(PropertyType type,
514 PropertyType type, in emitReadOfProperty()
569 PropertyType type, in emitWriteOfProperty()
652 for (PropertyType type : AllPropertyTypes) { in emitDispatcherTemplate()
698 for (PropertyType type : AllPropertyTypes) { in emitPackUnpackOptionalTemplate()
741 for (PropertyType type : AllPropertyTypes) { in emitBasicReaderWriterTemplate()
[all …]
H A DASTTableGen.h248 class PropertyType : public WrappedRecord {
250 PropertyType(llvm::Record *record = nullptr) : WrappedRecord(record) {} in WrappedRecord()
282 PropertyType getArrayElementType() const { in getArrayElementType()
289 PropertyType getOptionalElementType() const { in getOptionalElementType()
296 PropertyType getSuperclassType() const { in getSuperclassType()
337 PropertyType getParentType() const { in getParentType()
342 PropertyType getKindType() const { in getKindType()
372 PropertyType getParentType() const { in getParentType()
392 PropertyType getType() const { in getType()
H A DASTTableGen.cpp75 void PropertyType::emitCXXValueTypeName(bool forRead, raw_ostream &out) const { in emitCXXValueTypeName()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2118 typedef const PropertyType& RefToConstProperty;
4392 Class, PropertyType, PropertyType (Class::*)() const>>
4393 Property(PropertyType (Class::*property)() const,
4396 internal::PropertyMatcher<Class, PropertyType,
4409 Class, PropertyType, PropertyType (Class::*)() const>>
4411 PropertyType (Class::*property)() const,
4414 internal::PropertyMatcher<Class, PropertyType,
4422 Class, PropertyType, PropertyType (Class::*)() const&>>
4423 Property(PropertyType (Class::*property)() const&,
4434 Class, PropertyType, PropertyType (Class::*)() const&>>
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp8755 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar() local
8759 PropertyType = in CodeCompleteObjCPropertySynthesizeIvar()
8763 Results.setPreferredType(PropertyType); in CodeCompleteObjCPropertySynthesizeIvar()
8810 GetCompletionTypeString(PropertyType, Context, Policy, Allocator)); in CodeCompleteObjCPropertySynthesizeIvar()