Searched defs:classofType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeLoc.h296 static bool classofType(const Type *Ty) { function in class:clang::ConcreteTypeLoc
301 return Derived::classofType(TL->getTypePtr());
304 return Derived::classofType(TL->getTypePtr());
373 static bool classofType(const Type *Ty) { function in class:clang::InheritingConcreteTypeLoc
378 return Derived::classofType(TL->getTypePtr());
381 return Derived::classofType(TL->getTypePtr());

Completed in 40 milliseconds