Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientVectorOperationCheck.cpp96 const auto TargetVarDefStmt = in AddMatcher() local
117 hasParent(compoundStmt(has(TargetVarDefStmt)).bind(LoopParentName)); in AddMatcher()