Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h587 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
H A DDataRecursiveASTVisitor.h894 DEF_TRAVERSE_TYPE(DecltypeType,
1108 DEF_TRAVERSE_TYPELOC(DecltypeType, {
H A DRecursiveASTVisitor.h959 DEF_TRAVERSE_TYPE(DecltypeType,
1173 DEF_TRAVERSE_TYPELOC(DecltypeType, {
H A DType.h3293 class DecltypeType : public Type {
3298 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
3319 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
H A DTypeLoc.h1577 DecltypeType> {
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1838 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType
1850 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared()
1852 QualType DecltypeType::desugar() const { in desugar()
1860 : DecltypeType(E, Context.DependentTy), Context(Context) { } in DependentDecltypeType()
H A DTypePrinter.cpp792 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore()
799 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { } in printDecltypeAfter()
H A DASTImporter.cpp64 QualType VisitDecltypeType(const DecltypeType *T);
638 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
639 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
1671 QualType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
H A DASTContext.cpp3758 DecltypeType *dt; in getDecltypeType()
3777 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType()
3780 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
H A DExpr.cpp645 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName()
647 ->getAs<DecltypeType>() in ComputeName()
H A DMicrosoftMangle.cpp2047 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, in mangleType()
H A DASTDumper.cpp345 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
H A DItaniumMangle.cpp2450 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp338 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
H A DSemaTemplateDeduction.cpp4964 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp4015 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
H A DTreeTransform.h4898 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
H A DSemaDecl.cpp4477 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
H A DSemaExpr.cpp12462 QTy = cast<DecltypeType>(Ty)->desugar(); in tryCaptureVariable()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1996 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp265 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()