Home | History | Annotate | Download | only in AST

Lines Matching defs:RT

474   const FunctionProtoType *RT =
478 if (LT == RT) return true;
483 if (LT->getTypeQuals() != RT->getTypeQuals())
485 return LT->getParamTypes() == RT->getParamTypes();