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.cpp3266 std::optional<std::string> PteTyText = getPointeeTypeText( in createSpanTypeForVarDecl() local
3269 if (!PteTyText) in createSpanTypeForVarDecl()
3274 SpanTyText.append(*PteTyText); in createSpanTypeForVarDecl()
3405 std::optional<std::string> PteTyText = in createOverloadsForFixedParams() local
3408 if (!PteTyText) in createOverloadsForFixedParams()
3413 NewTysTexts[i] = getSpanTypeText(*PteTyText, PteTyQuals); in createOverloadsForFixedParams()
3561 std::optional<std::string> PteTyText = getPointeeTypeText( in fixParamWithSpan() local
3564 if (!PteTyText) { in fixParamWithSpan()
3581 SS << getSpanTypeText(*PteTyText, PteTyQualifiers); in fixParamWithSpan()
3583 SS << getSpanTypeText(*PteTyText); in fixParamWithSpan()