Searched refs:PropertyType (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 93 std::vector<PropertyType> AllPropertyTypes; 94 std::map<PropertyType, CasedTypeInfo> CasedTypeInfos; 150 for (PropertyType type : in ASTPropsEmitter() 162 PropertyType type = kindRule.getParentType(); in ASTPropsEmitter() 251 PropertyType type, StringRef condition = ""); 255 PropertyType type, StringRef readCode, 263 void emitCasedReaderWriterMethodBody(PropertyType type, 278 void validateType(PropertyType type, WrappedRecord context); 324 void ASTPropsEmitter::Validator::validateType(PropertyType type, in validateType() 477 PropertyType type, in emitBasicReaderWriterMethodSuffix() [all …]
|
| H A D | ASTTableGen.h | 247 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 D | ASTTableGen.cpp | 74 void PropertyType::emitCXXValueTypeName(bool forRead, raw_ostream &out) const { in emitCXXValueTypeName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 1796 template <typename Class, typename PropertyType, typename Property> 1799 typedef const PropertyType& RefToConstProperty; 3764 template <typename Class, typename PropertyType, typename PropertyMatcher> 3766 Class, PropertyType, PropertyType (Class::*)() const> > 3767 Property(PropertyType (Class::*property)() const, 3770 internal::PropertyMatcher<Class, PropertyType, 3771 PropertyType (Class::*)() const>( 3772 property, MatcherCast<const PropertyType&>(matcher))); 3781 template <typename Class, typename PropertyType, typename PropertyMatcher> 3783 Class, PropertyType, PropertyType (Class::*)() const> > [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 8103 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar() local 8107 PropertyType = in CodeCompleteObjCPropertySynthesizeIvar() 8111 Results.setPreferredType(PropertyType); in CodeCompleteObjCPropertySynthesizeIvar() 8158 GetCompletionTypeString(PropertyType, Context, Policy, Allocator)); in CodeCompleteObjCPropertySynthesizeIvar()
|