Home
last modified time | relevance | path

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

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