Searched refs:CharPtrType (Results 1 – 2 of 2) sorted by relevance
67 const auto CharPtrType = type(anyOf(pointerType(), arrayType())); in registerMatchers() local107 hasArgument(0, hasType(CharPtrType)), in registerMatchers()
124 const auto CharPtrType = pointerType(pointee(isAnyCharacter())); in registerMatchers() local126 varDecl(isDefinition(), hasType(hasCanonicalType(CharPtrType)), in registerMatchers()130 expr(hasType(hasCanonicalType(CharPtrType)), in registerMatchers()