Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h514 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
DRecursiveASTVisitor.h919 DEF_TRAVERSE_TYPE(DecltypeType,
1136 DEF_TRAVERSE_TYPELOC(DecltypeType, {
DType.h3448 class DecltypeType : public Type {
3453 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
3474 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
DTypeLoc.h1659 DecltypeType> {
/external/clang/lib/AST/
DType.cpp2905 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType
2917 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared()
2919 QualType DecltypeType::desugar() const { in desugar()
2927 : DecltypeType(E, Context.DependentTy), Context(Context) { } in DependentDecltypeType()
DTypePrinter.cpp797 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore()
804 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { } in printDecltypeAfter()
DASTImporter.cpp64 QualType VisitDecltypeType(const DecltypeType *T);
682 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
683 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
1715 QualType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
DExpr.cpp652 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName()
654 ->getAs<DecltypeType>() in ComputeName()
DASTContext.cpp3940 DecltypeType *dt; in getDecltypeType()
3959 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType()
3962 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
DASTDumper.cpp349 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
DMicrosoftMangle.cpp2309 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
DItaniumMangle.cpp2626 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp375 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
DSemaTemplateDeduction.cpp4927 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
DSemaTemplate.cpp4112 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
DTreeTransform.h5107 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
DSemaDecl.cpp4775 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
DSemaExpr.cpp13207 QTy = cast<DecltypeType>(Ty)->desugar(); in tryCaptureVariable()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2120 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
/external/clang/lib/Serialization/
DASTWriter.cpp270 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()