Searched refs:PropertyType (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 12 class PropertyType<string typeName = ""> { 32 list<PropertyType> BufferElementTypes = []; 36 class EnumPropertyType<string typeName = ""> : PropertyType<typeName> {} 40 class RefPropertyType<string className> : PropertyType<className # "*"> { 48 class SubclassPropertyType<string className, PropertyType base> 50 PropertyType Base = base; 57 class DefaultValuePropertyType<string typeName = ""> : PropertyType<typeName> { 66 class CountPropertyType<string typeName = ""> : PropertyType<typeName> { 73 def APInt : PropertyType<"llvm::APInt"> { let PassByReference = 1; } 74 def APSInt : PropertyType<"llvm::APSInt"> { let PassByReference = 1; } [all …]
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 92 std::vector<PropertyType> AllPropertyTypes; 93 std::map<PropertyType, CasedTypeInfo> CasedTypeInfos; 148 for (PropertyType type : in ASTPropsEmitter() 161 PropertyType type = kindRule.getParentType(); in ASTPropsEmitter() 245 PropertyType type, StringRef condition = ""); 249 PropertyType type, StringRef readCode, 257 void emitCasedReaderWriterMethodBody(PropertyType type, 272 void validateType(PropertyType type, WrappedRecord context); 318 void ASTPropsEmitter::Validator::validateType(PropertyType type, in validateType() 471 PropertyType type, in emitBasicReaderWriterMethodSuffix() [all …]
|
| H A D | ASTTableGen.h | 248 class PropertyType : public WrappedRecord { 250 PropertyType(const 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 D | ASTTableGen.cpp | 75 void PropertyType::emitCXXValueTypeName(bool forRead, raw_ostream &out) const { in emitCXXValueTypeName()
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 2180 template <typename Class, typename PropertyType, typename Property> 2183 typedef const PropertyType& RefToConstProperty; 4657 template <typename Class, typename PropertyType, typename PropertyMatcher> 4659 Class, PropertyType, PropertyType (Class::*)() const>> 4660 Property(PropertyType (Class::*property)() const, 4663 internal::PropertyMatcher<Class, PropertyType, 4664 PropertyType (Class::*)() const>( 4665 property, MatcherCast<const PropertyType&>(matcher))); 4674 template <typename Class, typename PropertyType, typename PropertyMatcher> 4676 Class, PropertyType, PropertyType (Class::*)() const>> [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 1530 QualType PropertyType = propImpl->getPropertyDecl()->getType(); in generateObjCSetterBody() local 1531 CGPointerAuthInfo SrcInfo = CGM.getPointerAuthInfoForType(PropertyType); in generateObjCSetterBody()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 8995 QualType PropertyType = getASTContext().getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar() local 8999 PropertyType = in CodeCompleteObjCPropertySynthesizeIvar() 9003 Results.setPreferredType(PropertyType); in CodeCompleteObjCPropertySynthesizeIvar() 9050 PropertyType, getASTContext(), Policy, Allocator)); in CodeCompleteObjCPropertySynthesizeIvar()
|