Home
last modified time | relevance | path

Searched defs:needsConstCast (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeCstyleCastCheck.cpp18 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast() function
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DAvoidCStyleCastsCheck.cpp40 static bool needsConstCast(QualType SourceType, QualType DestType) { in needsConstCast() function