Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h535 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
H A DRecursiveASTVisitor.h1033 DEF_TRAVERSE_TYPE(DecltypeType,
1273 DEF_TRAVERSE_TYPELOC(DecltypeType, {
H A DType.h4246 class DecltypeType : public Type {
4253 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
4274 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
H A DTypeLoc.h1855 DecltypeType> {
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp3108 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType
3118 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared()
3120 QualType DecltypeType::desugar() const { in desugar()
3128 : DecltypeType(E, Context.DependentTy), Context(Context) {} in DependentDecltypeType()
H A DASTStructuralEquivalence.cpp601 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
602 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
H A DTypePrinter.cpp983 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore()
991 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) {} in printDecltypeAfter()
H A DODRHash.cpp766 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
H A DASTDumper.cpp173 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
H A DExpr.cpp713 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName()
715 ->getAs<DecltypeType>() in ComputeName()
H A DASTContext.cpp4790 DecltypeType *dt; in getDecltypeType()
4809 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType()
4812 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
H A DMicrosoftMangle.cpp2842 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
H A DItaniumMangle.cpp3300 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
H A DASTImporter.cpp346 ExpectedType VisitDecltypeType(const DecltypeType *T);
1269 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp816 const AstTypeMatcher<DecltypeType> decltypeType;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5357 extern const AstTypeMatcher<DecltypeType> decltypeType;
5388 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType));
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4144 llvm::cast<clang::DecltypeType>(qual_type)->getUnderlyingType()) in GetTypeInfo()
5318 llvm::cast<clang::DecltypeType>(qual_type)->getUnderlyingType()) in GetEncoding()
5485 llvm::cast<clang::DecltypeType>(qual_type)->getUnderlyingType()) in GetFormat()
6561 llvm::cast<clang::DecltypeType>(qual_type)->getUnderlyingType()); in GetNumPointeeChildren()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp573 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
H A DSemaTemplateDeduction.cpp5536 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp5426 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
H A DTreeTransform.h5583 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
H A DSemaDecl.cpp5304 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
H A DSemaExpr.cpp4011 T = cast<DecltypeType>(Ty)->desugar(); in captureVariablyModifiedType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2749 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp356 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()