Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h178 T->getLocallyUnqualifiedSingleStepDesugaredType(); in Visit()
H A DType.h2107 QualType getLocallyUnqualifiedSingleStepDesugaredType() const;
6827 Ty->getLocallyUnqualifiedSingleStepDesugaredType().split();
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp420 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); in getSingleStepDesugaredTypeImpl()
444 QualType Type::getLocallyUnqualifiedSingleStepDesugaredType() const { in getLocallyUnqualifiedSingleStepDesugaredType() function in Type
H A DTypePrinter.cpp1471 T = T->getLocallyUnqualifiedSingleStepDesugaredType(); in printRecordBefore()
H A DTextNodeDumper.cpp211 T->getLocallyUnqualifiedSingleStepDesugaredType(); in Visit()
H A DASTContext.cpp13191 QualType NT = T.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); in unwrapSugar()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2591 type = type->getLocallyUnqualifiedSingleStepDesugaredType();