Searched defs:isCharType (Results 1 – 2 of 2) sorted by relevance
33 AST_MATCHER(Type, isCharType) { return Node.isCharType(); } in AST_MATCHER() argument
2088 bool Type::isCharType() const { isCharType() function in Type