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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h588 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
H A DRecursiveASTVisitor.h911 DEF_TRAVERSE_TYPE(DecltypeType, {
1136 DEF_TRAVERSE_TYPELOC(DecltypeType, {
H A DTypeLoc.h1486 DecltypeType> {
H A DType.h3156 /// DecltypeType (C++0x)
3157 class DecltypeType : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3162 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
3182 /// of this class via DecltypeType nodes.
3183 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1788 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) function in class:DecltypeType
1800 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); }
1802 QualType DecltypeType::desugar() const {
1810 : DecltypeType(E, Context.DependentTy), Context(Context) { }
H A DTypePrinter.cpp748 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) {
754 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { }
H A DASTImporter.cpp64 QualType VisitDecltypeType(const DecltypeType *T);
624 cast<DecltypeType>(T1)->getUnderlyingExpr(),
625 cast<DecltypeType>(T2)->getUnderlyingExpr()))
1664 QualType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) {
H A DMicrosoftMangle.cpp1670 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T,
H A DASTContext.cpp1635 return getTypeInfo(cast<DecltypeType>(T)->getUnderlyingExpr()->getType()
3540 /// DecltypeType AST's. The only motivation to unique these nodes would be
3545 DecltypeType *dt;
3561 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType,
3562 QualType((DecltypeType*)Canon, 0));
3570 dt = new (*this, TypeAlignment) DecltypeType(e, UnderlyingType,
H A DItaniumMangle.cpp2234 void CXXNameMangler::mangleType(const DecltypeType *T) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp205 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>();
H A DSemaTemplateDeduction.cpp4591 cast<DecltypeType>(T)->getUnderlyingExpr(),
H A DSemaTemplate.cpp3412 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { argument
H A DSemaDecl.cpp4033 if (dyn_cast_or_null<DecltypeType>(
H A DTreeTransform.h4452 const DecltypeType *T = TL.getTypePtr();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1726 T = cast<DecltypeType>(T)->getUnderlyingType();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp233 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) {

Completed in 393 milliseconds