Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp1005 auto IsIntType = [](QualType QType) { in isParamInMainLikeFunction() local
1014 if (!IsIntType(FDecl->getReturnType())) in isParamInMainLikeFunction()
1018 if (!IsIntType(FDecl->parameters()[0]->getType())) in isParamInMainLikeFunction()