Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2017 static std::optional<std::string> createSpanTypeForVarDecl(const VarDecl *VD, in createSpanTypeForVarDecl() function
2061 std::optional<std::string> SpanTyText = createSpanTypeForVarDecl(D, Ctx); in fixLocalVarDeclWithSpan()
2339 std::optional<std::string> SpanTyText = createSpanTypeForVarDecl(PVD, Ctx); in fixParamWithSpan()