Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h194 T->getLocallyUnqualifiedSingleStepDesugaredType(); in Visit()
H A DType.h2349 QualType getLocallyUnqualifiedSingleStepDesugaredType() const;
7741 Ty->getLocallyUnqualifiedSingleStepDesugaredType().split();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp456 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); in getSingleStepDesugaredTypeImpl()
476 QualType Type::getLocallyUnqualifiedSingleStepDesugaredType() const { in getLocallyUnqualifiedSingleStepDesugaredType() function in Type
H A DTextNodeDumper.cpp212 T->getLocallyUnqualifiedSingleStepDesugaredType(); in Visit()
H A DTypePrinter.cpp1535 T = T->getLocallyUnqualifiedSingleStepDesugaredType(); in printRecordBefore()
H A DASTContext.cpp13731 QualType NT = T.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); in unwrapSugar()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2543 type = type->getLocallyUnqualifiedSingleStepDesugaredType();