Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp54 static const char LoopParentName[] = "loop_parent"; variable
121 hasParent(compoundStmt(has(TargetVarDefStmt)).bind(LoopParentName)); in addMatcher()
200 const auto *LoopParent = Result.Nodes.getNodeAs<CompoundStmt>(LoopParentName); in check()