Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DProperlySeededRandomGeneratorCheck.cpp36 auto RandomGeneratorEngineTypeMatcher = hasType(hasUnqualifiedDesugaredType( in registerMatchers() local
49 has(memberExpr(has(declRefExpr(RandomGeneratorEngineTypeMatcher)), in registerMatchers()
64 cxxConstructExpr(RandomGeneratorEngineTypeMatcher).bind("ctor")), in registerMatchers()