Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DReplaceRandomShuffleCheck.cpp86 StringRef ContainerText = Lexer::getSourceText( in check() local
89 if (ContainerText.startswith("std::")) in check()
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientAlgorithmCheck.cpp138 StringRef ContainerText = Lexer::getSourceText( in check() local
145 (llvm::Twine(ContainerText) + (PtrToContainer ? "->" : ".") + in check()