Home
last modified time | relevance | path

Searched refs:IsCppType (Results 1 – 2 of 2) sorted by relevance

/dports/devel/upp/upp/uppsrc/ide/Browser/
H A DItem.cpp20 bool IsCppType(const String& id) in IsCppType() function
115 if(IsCppType(id)) in ParseItemNatural()
/dports/devel/upp/upp/uppsrc/CppBase/
H A DCppBase.h41 inline bool IsCppType(int i) in IsCppType() function
127 bool IsType() const { return IsCppType(kind); } in IsType()