Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2311 std::string SpanTyText = "std::span<"; in createSpanTypeForVarDecl() local
2313 SpanTyText.append(*PteTyText); in createSpanTypeForVarDecl()
2316 SpanTyText.append(" "); in createSpanTypeForVarDecl()
2317 SpanTyText.append(PteTyQualifiers->getAsString()); in createSpanTypeForVarDecl()
2319 SpanTyText.append(">"); in createSpanTypeForVarDecl()
2320 return SpanTyText; in createSpanTypeForVarDecl()
2344 std::optional<std::string> SpanTyText = createSpanTypeForVarDecl(D, Ctx); in fixLocalVarDeclWithSpan() local
2346 if (!SpanTyText) { in fixLocalVarDeclWithSpan()
2354 SS << *SpanTyText; in fixLocalVarDeclWithSpan()
2616 std::optional<std::string> SpanTyText = createSpanTypeForVarDecl(PVD, Ctx); in fixParamWithSpan() local