Home
last modified time | relevance | path

Searched refs:unwrapFindType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1914 static void unwrapFindType( in unwrapFindType() function
1925 return unwrapFindType(PT->getPointeeType(), H, Out); in unwrapFindType()
1927 return unwrapFindType(RT->getPointeeType(), H, Out); in unwrapFindType()
1929 return unwrapFindType(AT->getElementType(), H, Out); in unwrapFindType()
1933 return unwrapFindType(FT->getReturnType(), H, Out); in unwrapFindType()
1936 return unwrapFindType(CRD->getLambdaCallOperator()->getReturnType(), H, Out); in unwrapFindType()
1944 unwrapFindType(QualType(PointeeType, 0), H, Out); in unwrapFindType()
1952 static llvm::SmallVector<QualType> unwrapFindType( in unwrapFindType() function
1955 unwrapFindType(T, H, Result); in unwrapFindType()
1978 for (const QualType& Type : unwrapFindType(typeForNode(N), AST.getHeuristicResolver())) in findType()