Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DReservedIdentifierCheck.cpp82 static Optional<std::string> getUnderscoreCapitalFixup(StringRef Name) { in getUnderscoreCapitalFixup() function
139 if (auto Fixup = getUnderscoreCapitalFixup(InProgressFixup())) in getFailureInfoImpl()