Searched refs:DecltypeType (Results 1 – 18 of 18) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | CanonicalType.h | 588 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
|
| D | RecursiveASTVisitor.h | 945 DEF_TRAVERSE_TYPE(DecltypeType, { 1174 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
| D | Type.h | 3213 class DecltypeType : public Type { 3218 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType()); 3239 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
|
| D | TypeLoc.h | 1572 DecltypeType> {
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | Type.cpp | 1785 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()
|
| D | TypePrinter.cpp | 768 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore() 774 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { } in printDecltypeAfter()
|
| D | ASTImporter.cpp | 64 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()
|
| D | MicrosoftMangle.cpp | 1788 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, in mangleType()
|
| D | ASTContext.cpp | 3617 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()
|
| D | Expr.cpp | 624 else if (FT && FT->getResultType()->getAs<DecltypeType>()) in ComputeName() 625 FT->getResultType()->getAs<DecltypeType>()->getUnderlyingType() in ComputeName()
|
| D | ItaniumMangle.cpp | 2391 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaTemplateInstantiateDecl.cpp | 223 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
|
| D | SemaTemplateDeduction.cpp | 4986 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| D | SemaTemplate.cpp | 3920 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
|
| D | TreeTransform.h | 4583 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
|
| D | SemaDecl.cpp | 4194 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGDebugInfo.cpp | 1922 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTWriter.cpp | 238 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|