Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyCheck.cpp90 auto IterLocal = Options.find((NamePrefix + LocalName).str()); in findPriorityOption() local
92 if (IterLocal == Options.end()) in findPriorityOption()
95 return IterLocal; in findPriorityOption()
96 if (IterLocal->getValue().Priority >= IterGlobal->getValue().Priority) in findPriorityOption()
97 return IterLocal; in findPriorityOption()