Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Ddangling-handle.cpp94 const std::string& str_ref = ""; in Positives() local
95 std::string_view view3 = true ? "A" : str_ref; in Positives()
97 view3 = true ? "A" : str_ref; in Positives()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp59 bool contains_lambda_identifier(llvm::StringRef &str_ref) { in contains_lambda_identifier() argument
60 return str_ref.contains("$_") || str_ref.contains("'lambda'"); in contains_lambda_identifier()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp57 llvm::StringRef str_ref(string); in ExceptionMaskValidator() local
59 str_ref.split(candidates, '|'); in ExceptionMaskValidator()