Lines Matching defs:unwrapFindType
2007 static void unwrapFindType(
2018 return unwrapFindType(PT->getPointeeType(), H, Out);
2020 return unwrapFindType(RT->getPointeeType(), H, Out);
2022 return unwrapFindType(AT->getElementType(), H, Out);
2026 return unwrapFindType(FT->getReturnType(), H, Out);
2029 return unwrapFindType(CRD->getLambdaCallOperator()->getReturnType(), H,
2039 unwrapFindType(PointeeType, H, Out);
2047 static llvm::SmallVector<QualType> unwrapFindType(
2050 unwrapFindType(T, H, Result);
2069 // NOTE: unwrapFindType might return duplicates for something like
2073 for (const QualType& Type : unwrapFindType(typeForNode(N), AST.getHeuristicResolver()))