Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2028 std::string SpanTyText = "std::span<"; in createSpanTypeForVarDecl() local
2030 SpanTyText.append(*PteTyText); in createSpanTypeForVarDecl()
2033 SpanTyText.append(" "); in createSpanTypeForVarDecl()
2034 SpanTyText.append(PteTyQualifiers->getAsString()); in createSpanTypeForVarDecl()
2036 SpanTyText.append(">"); in createSpanTypeForVarDecl()
2037 return SpanTyText; in createSpanTypeForVarDecl()
2061 std::optional<std::string> SpanTyText = createSpanTypeForVarDecl(D, Ctx); in fixLocalVarDeclWithSpan() local
2063 if (!SpanTyText) { in fixLocalVarDeclWithSpan()
2071 SS << *SpanTyText; in fixLocalVarDeclWithSpan()
2339 std::optional<std::string> SpanTyText = createSpanTypeForVarDecl(PVD, Ctx); in fixParamWithSpan() local