Searched refs:DecltypeType (Results 1 – 18 of 18) sorted by relevance
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 591 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
|
D | RecursiveASTVisitor.h | 910 DEF_TRAVERSE_TYPE(DecltypeType, { 1135 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
D | Type.h | 3145 class DecltypeType : public Type { 3150 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType()); 3171 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
|
D | TypeLoc.h | 1486 DecltypeType> {
|
/external/clang/lib/AST/ |
D | Type.cpp | 1782 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()
|
D | TypePrinter.cpp | 742 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore() 748 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { } in printDecltypeAfter()
|
D | ASTImporter.cpp | 64 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()
|
D | ASTContext.cpp | 1579 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()
|
D | MicrosoftMangle.cpp | 1656 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, in mangleType()
|
D | ItaniumMangle.cpp | 2223 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
|
/external/clang/tools/libclang/ |
D | RecursiveASTVisitor.h | 852 DEF_TRAVERSE_TYPE(DecltypeType, { 1077 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 205 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
|
D | SemaTemplateDeduction.cpp | 4495 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
D | SemaTemplate.cpp | 3412 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
|
D | TreeTransform.h | 4411 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
|
D | SemaDecl.cpp | 3995 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1747 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 233 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|