Searched defs:CharPtrType (Results 1 – 2 of 2) sorted by relevance
65 const auto CharPtrType = type(anyOf(pointerType(), arrayType())); in registerMatchers() local
128 const auto CharPtrType = pointerType(pointee(isAnyCharacter())); registerMatchers() local