Searched refs:isType (Results 1 – 9 of 9) sorted by relevance
83 bool AstStruct::isType() const { in isType() function in AstStruct85 ? getTypeParameterCount() == 0 : AstDeclaration::isType(); in isType()
66 if ( !pDecl->isType() ) in compose()
140 bool AstDeclaration::isType() const { in isType() function in AstDeclaration
214 } else if (decl->isType()) {
56 virtual bool isType() const;
115 virtual bool isType() const;
870 assure("", AnyConverter.isType(aType)); in test_isType()871 assure("", AnyConverter.isType(anyType)); in test_isType()872 assure("", !AnyConverter.isType(new Object())); in test_isType()
151 static public boolean isType(Object object){ in isType() method in AnyConverter
917 if (com.sun.star.uno.AnyConverter.isType(aAny)) in impl_logAny()
Completed in 55 milliseconds