Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.h71 bool isConvertible(ASTContext *Context, const ast_matchers::BoundNodes &Nodes,
H A DLoopConvertCheck.cpp800 bool LoopConvertCheck::isConvertible(ASTContext *Context, in isConvertible() function in clang::tidy::modernize::LoopConvertCheck
863 if (!isConvertible(Context, Nodes, Loop, FixerKind)) in check()