Home
last modified time | relevance | path

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

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