Home | History | Annotate | Download | only in ASTMatchers

Lines Matching defs:getUnderlyingType

98 /// `getType` and a TypedefNameDecl node through `getUnderlyingType`.
99 inline QualType getUnderlyingType(const Expr &Node) { return Node.getType(); }
101 inline QualType getUnderlyingType(const ValueDecl &Node) {
105 inline QualType getUnderlyingType(const TypedefNameDecl &Node) {
106 return Node.getUnderlyingType();