Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp395 auto IterAndInserted = NamingStylesCache.try_emplace( in IdentifierNamingCheck() local
398 assert(IterAndInserted.second && "Couldn't insert Style"); in IdentifierNamingCheck()
401 MainFileStyle = &IterAndInserted.first->getValue(); in IdentifierNamingCheck()