Searched refs:PteTyText (Results 1 – 1 of 1) sorted by relevance
3266 std::optional<std::string> PteTyText = getPointeeTypeText( in createSpanTypeForVarDecl() local3269 if (!PteTyText) in createSpanTypeForVarDecl()3274 SpanTyText.append(*PteTyText); in createSpanTypeForVarDecl()3405 std::optional<std::string> PteTyText = in createOverloadsForFixedParams() local3408 if (!PteTyText) in createOverloadsForFixedParams()3413 NewTysTexts[i] = getSpanTypeText(*PteTyText, PteTyQuals); in createOverloadsForFixedParams()3561 std::optional<std::string> PteTyText = getPointeeTypeText( in fixParamWithSpan() local3564 if (!PteTyText) { in fixParamWithSpan()3581 SS << getSpanTypeText(*PteTyText, PteTyQualifiers); in fixParamWithSpan()3583 SS << getSpanTypeText(*PteTyText); in fixParamWithSpan()