Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DVirtualClassDestructorCheck.cpp124 size_t KeywordIndex = DestructorString.find(Keyword); in eraseKeyword() local
125 if (KeywordIndex != std::string::npos) in eraseKeyword()
126 DestructorString.erase(KeywordIndex, Keyword.length()); in eraseKeyword()