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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h588 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
H A DRecursiveASTVisitor.h945 DEF_TRAVERSE_TYPE(DecltypeType, {
1174 DEF_TRAVERSE_TYPELOC(DecltypeType, {
H A DTypeLoc.h1572 DecltypeType> {
H A DType.h3212 /// DecltypeType (C++0x)
3213 class DecltypeType : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3218 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
3238 /// of this class via DecltypeType nodes.
3239 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1785 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) function in class:DecltypeType
1797 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); }
1799 QualType DecltypeType::desugar() const {
1807 : DecltypeType(E, Context.DependentTy), Context(Context) { }
H A DTypePrinter.cpp768 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) {
774 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { }
H A DASTImporter.cpp64 QualType VisitDecltypeType(const DecltypeType *T);
638 cast<DecltypeType>(T1)->getUnderlyingExpr(),
639 cast<DecltypeType>(T2)->getUnderlyingExpr()))
1678 QualType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) {
H A DMicrosoftMangle.cpp1788 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T,
H A DExpr.cpp624 else if (FT && FT->getResultType()->getAs<DecltypeType>())
625 FT->getResultType()->getAs<DecltypeType>()->getUnderlyingType()
H A DASTContext.cpp3612 /// DecltypeType AST's. The only motivation to unique these nodes would be
3617 DecltypeType *dt;
3633 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType,
3634 QualType((DecltypeType*)Canon, 0));
3642 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType,
H A DItaniumMangle.cpp2391 void CXXNameMangler::mangleType(const DecltypeType *T) {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp223 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>();
H A DSemaTemplateDeduction.cpp4986 cast<DecltypeType>(T)->getUnderlyingExpr(),
H A DSemaTemplate.cpp3920 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { argument
H A DTreeTransform.h4583 const DecltypeType *T = TL.getTypePtr();
H A DSemaDecl.cpp4194 if (dyn_cast_or_null<DecltypeType>(
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1922 T = cast<DecltypeType>(T)->getUnderlyingType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp238 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) {

Completed in 550 milliseconds