Searched refs:PteTyText (Results 1 – 1 of 1) sorted by relevance
2305 std::optional<std::string> PteTyText = getPointeeTypeText( in createSpanTypeForVarDecl() local2308 if (!PteTyText) in createSpanTypeForVarDecl()2313 SpanTyText.append(*PteTyText); in createSpanTypeForVarDecl()2444 std::optional<std::string> PteTyText = in createOverloadsForFixedParams() local2447 if (!PteTyText) in createOverloadsForFixedParams()2452 NewTysTexts[i] = getSpanTypeText(*PteTyText, PteTyQuals); in createOverloadsForFixedParams()2600 std::optional<std::string> PteTyText = getPointeeTypeText( in fixParamWithSpan() local2603 if (!PteTyText) { in fixParamWithSpan()2620 SS << getSpanTypeText(*PteTyText, PteTyQualifiers); in fixParamWithSpan()2622 SS << getSpanTypeText(*PteTyText); in fixParamWithSpan()