Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DFasterStringFindCheck.cpp86 const auto *FindFunc = Result.Nodes.getNodeAs<FunctionDecl>("func"); in check() local
/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp385 auto FindFunc = [](const Attr *A) { return isa<const LoopAttrT>(A); }; CheckForDuplicateLoopAttrs() local