Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h194 T->getLocallyUnqualifiedSingleStepDesugaredType(); in Visit()
H A DType.h2382 QualType getLocallyUnqualifiedSingleStepDesugaredType() const;
8097 Ty->getLocallyUnqualifiedSingleStepDesugaredType().split();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp113 T->getLocallyUnqualifiedSingleStepDesugaredType().getTypePtr(); in ShouldDiagnoseAvailabilityOfDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp501 QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); in getSingleStepDesugaredTypeImpl()
521 QualType Type::getLocallyUnqualifiedSingleStepDesugaredType() const { in getLocallyUnqualifiedSingleStepDesugaredType() function in Type
H A DTypePrinter.cpp1582 T = T->getLocallyUnqualifiedSingleStepDesugaredType(); in printRecordBefore()
H A DTextNodeDumper.cpp213 T->getLocallyUnqualifiedSingleStepDesugaredType(); in Visit()
H A DASTContext.cpp14551 QualType NT = T.Ty->getLocallyUnqualifiedSingleStepDesugaredType(); in unwrapSugar()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2572 type = type->getLocallyUnqualifiedSingleStepDesugaredType();