Searched refs:CharPtrType (Results 1 – 2 of 2) sorted by relevance
65 const auto CharPtrType = type(anyOf(pointerType(), arrayType())); in registerMatchers() local105 hasArgument(0, hasType(CharPtrType)), in registerMatchers()
127 const auto CharPtrType = pointerType(pointee(isAnyCharacter())); in registerMatchers() local129 varDecl(isDefinition(), hasType(qualType(hasCanonicalType(CharPtrType))), in registerMatchers()132 hasType(qualType(hasCanonicalType(CharPtrType))), in registerMatchers()