Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h517 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
DRecursiveASTVisitor.h992 DEF_TRAVERSE_TYPE(DecltypeType,
1211 DEF_TRAVERSE_TYPELOC(DecltypeType, {
DType.h3593 class DecltypeType : public Type {
3598 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
3619 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
DTypeLoc.h1659 DecltypeType> {
/external/clang/lib/AST/
DType.cpp2897 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType
2909 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared()
2911 QualType DecltypeType::desugar() const { in desugar()
2919 : DecltypeType(E, Context.DependentTy), Context(Context) { } in DependentDecltypeType()
DTypePrinter.cpp832 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore()
839 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { } in printDecltypeAfter()
DExpr.cpp641 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName()
643 ->getAs<DecltypeType>() in ComputeName()
DASTImporter.cpp64 QualType VisitDecltypeType(const DecltypeType *T);
737 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
738 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
1798 QualType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
DASTContext.cpp3972 DecltypeType *dt; in getDecltypeType()
3991 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType()
3994 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
DASTDumper.cpp351 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
DMicrosoftMangle.cpp2394 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
DItaniumMangle.cpp3008 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp489 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
DSemaTemplateDeduction.cpp4921 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
DSemaTemplate.cpp4150 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
DTreeTransform.h5252 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
DSemaDecl.cpp4908 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
DSemaExpr.cpp3933 T = cast<DecltypeType>(Ty)->desugar(); in captureVariablyModifiedType()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2284 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
/external/clang/lib/Serialization/
DASTWriter.cpp300 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()