Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h591 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
DRecursiveASTVisitor.h910 DEF_TRAVERSE_TYPE(DecltypeType, {
1135 DEF_TRAVERSE_TYPELOC(DecltypeType, {
DType.h3145 class DecltypeType : public Type {
3150 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
3171 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
DTypeLoc.h1486 DecltypeType> {
/external/clang/lib/AST/
DType.cpp1782 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType
1794 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared()
1796 QualType DecltypeType::desugar() const { in desugar()
1804 : DecltypeType(E, Context.DependentTy), Context(Context) { } in DependentDecltypeType()
DTypePrinter.cpp742 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore()
748 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { } in printDecltypeAfter()
DASTImporter.cpp64 QualType VisitDecltypeType(const DecltypeType *T);
624 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
625 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
1658 QualType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
DASTContext.cpp1579 return getTypeInfo(cast<DecltypeType>(T)->getUnderlyingExpr()->getType() in getTypeInfoImpl()
3467 DecltypeType *dt; in getDecltypeType()
3483 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType, in getDecltypeType()
3484 QualType((DecltypeType*)Canon, 0)); in getDecltypeType()
3492 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType, in getDecltypeType()
DMicrosoftMangle.cpp1656 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, in mangleType()
DItaniumMangle.cpp2223 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h852 DEF_TRAVERSE_TYPE(DecltypeType, {
1077 DEF_TRAVERSE_TYPELOC(DecltypeType, {
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp205 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
DSemaTemplateDeduction.cpp4495 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
DSemaTemplate.cpp3412 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
DTreeTransform.h4411 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
DSemaDecl.cpp3995 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1747 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
/external/clang/lib/Serialization/
DASTWriter.cpp233 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()