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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h83 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); } function in class:clang::CanQual
245 const T *getTypePtr() const { return Stored.getTypePtr(); } function in class:clang::CanProxyBase
[all...]
H A DTypeLoc.h136 const Type *getTypePtr() const { function in class:clang::TypeLoc
256 const Type *getTypePtr() const { function in class:clang::UnqualTypeLoc
409 const TypeClass *getTypePtr() const { function in class:clang::ConcreteTypeLoc
502 const TypeClass *getTypePtr() const { function in class:clang::InheritingConcreteTypeLoc
[all...]

Completed in 56 milliseconds