Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2305 std::optional<std::string> PteTyText = getPointeeTypeText( in createSpanTypeForVarDecl() local
2308 if (!PteTyText) in createSpanTypeForVarDecl()
2313 SpanTyText.append(*PteTyText); in createSpanTypeForVarDecl()
2444 std::optional<std::string> PteTyText = in createOverloadsForFixedParams() local
2447 if (!PteTyText) in createOverloadsForFixedParams()
2452 NewTysTexts[i] = getSpanTypeText(*PteTyText, PteTyQuals); in createOverloadsForFixedParams()
2600 std::optional<std::string> PteTyText = getPointeeTypeText( in fixParamWithSpan() local
2603 if (!PteTyText) { in fixParamWithSpan()
2620 SS << getSpanTypeText(*PteTyText, PteTyQualifiers); in fixParamWithSpan()
2622 SS << getSpanTypeText(*PteTyText); in fixParamWithSpan()