Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DCanonicalType.h588 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
DRecursiveASTVisitor.h945 DEF_TRAVERSE_TYPE(DecltypeType, {
1174 DEF_TRAVERSE_TYPELOC(DecltypeType, {
DType.h3213 class DecltypeType : public Type {
3218 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
3239 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
DTypeLoc.h1572 DecltypeType> {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DType.cpp1785 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType
1797 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared()
1799 QualType DecltypeType::desugar() const { in desugar()
1807 : DecltypeType(E, Context.DependentTy), Context(Context) { } in DependentDecltypeType()
DTypePrinter.cpp768 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore()
774 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { } in printDecltypeAfter()
DASTImporter.cpp64 QualType VisitDecltypeType(const DecltypeType *T);
638 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
639 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
1678 QualType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
DMicrosoftMangle.cpp1788 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, in mangleType()
DASTContext.cpp3617 DecltypeType *dt; in getDecltypeType()
3633 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType, in getDecltypeType()
3634 QualType((DecltypeType*)Canon, 0)); in getDecltypeType()
3642 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType, in getDecltypeType()
DExpr.cpp624 else if (FT && FT->getResultType()->getAs<DecltypeType>()) in ComputeName()
625 FT->getResultType()->getAs<DecltypeType>()->getUnderlyingType() in ComputeName()
DItaniumMangle.cpp2391 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp223 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
DSemaTemplateDeduction.cpp4986 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
DSemaTemplate.cpp3920 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
DTreeTransform.h4583 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
DSemaDecl.cpp4194 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp1922 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp238 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()