Searched refs:PteTyText (Results 1 – 1 of 1) sorted by relevance
2022 std::optional<std::string> PteTyText = getPointeeTypeText( in createSpanTypeForVarDecl() local2025 if (!PteTyText) in createSpanTypeForVarDecl()2030 SpanTyText.append(*PteTyText); in createSpanTypeForVarDecl()2168 std::optional<std::string> PteTyText = in createOverloadsForFixedParams() local2171 if (!PteTyText) in createOverloadsForFixedParams()2175 NewTysTexts[i] = getSpanTypeText(*PteTyText, PteTyQuals); in createOverloadsForFixedParams()2323 std::optional<std::string> PteTyText = getPointeeTypeText( in fixParamWithSpan() local2326 if (!PteTyText) { in fixParamWithSpan()2343 SS << getSpanTypeText(*PteTyText, PteTyQualifiers); in fixParamWithSpan()2345 SS << getSpanTypeText(*PteTyText); in fixParamWithSpan()