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.cpp3272 std::string SpanTyText = "std::span<"; in createSpanTypeForVarDecl() local
3274 SpanTyText.append(*PteTyText); in createSpanTypeForVarDecl()
3277 SpanTyText.append(" "); in createSpanTypeForVarDecl()
3278 SpanTyText.append(PteTyQualifiers->getAsString()); in createSpanTypeForVarDecl()
3280 SpanTyText.append(">"); in createSpanTypeForVarDecl()
3281 return SpanTyText; in createSpanTypeForVarDecl()
3305 std::optional<std::string> SpanTyText = createSpanTypeForVarDecl(D, Ctx); in fixLocalVarDeclWithSpan() local
3307 if (!SpanTyText) { in fixLocalVarDeclWithSpan()
3315 SS << *SpanTyText; in fixLocalVarDeclWithSpan()
3577 std::optional<std::string> SpanTyText = createSpanTypeForVarDecl(PVD, Ctx); in fixParamWithSpan() local