Home | History | Annotate | Download | only in Sema

Lines Matching refs:TRT

7147             TypeSourceInfo *TRT = nullptr;
7148 GetTypeFromParser(Chunk.Fun.getTrailingReturnType(), &TRT);
7149 if (TRT) extendRight(After, TRT->getTypeLoc().getSourceRange());