Home
last modified time | relevance | path

Searched refs:hasConstQualifier (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeConstCastCheck.cpp17 static bool hasConstQualifier(QualType Type) { in hasConstQualifier() function
20 return hasConstQualifier(PtrType); in hasConstQualifier()
57 hasConstQualifier(SourceType) && !hasConstQualifier(TargetType); in check()