Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2022 std::optional<std::string> PteTyText = getPointeeTypeText( in createSpanTypeForVarDecl() local
2025 if (!PteTyText) in createSpanTypeForVarDecl()
2030 SpanTyText.append(*PteTyText); in createSpanTypeForVarDecl()
2168 std::optional<std::string> PteTyText = in createOverloadsForFixedParams() local
2171 if (!PteTyText) in createOverloadsForFixedParams()
2175 NewTysTexts[i] = getSpanTypeText(*PteTyText, PteTyQuals); in createOverloadsForFixedParams()
2323 std::optional<std::string> PteTyText = getPointeeTypeText( in fixParamWithSpan() local
2326 if (!PteTyText) { in fixParamWithSpan()
2343 SS << getSpanTypeText(*PteTyText, PteTyQualifiers); in fixParamWithSpan()
2345 SS << getSpanTypeText(*PteTyText); in fixParamWithSpan()