Searched refs:HasNoInnerType (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h449 struct HasNoInnerType {}; struct in class:clang::ConcreteTypeLoc
450 HasNoInnerType getInnerType() const { return HasNoInnerType(); }
461 unsigned getInnerTypeSize(HasNoInnerType _) const {
473 unsigned getNextTypeAlign(HasNoInnerType _) const {
481 TypeLoc getNextTypeLoc(HasNoInnerType _) const { return {}; }

Completed in 68 milliseconds