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

/external/clang/include/clang/AST/
H A DCanonicalType.h587 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
H A DDataRecursiveASTVisitor.h888 DEF_TRAVERSE_TYPE(DecltypeType,
1099 DEF_TRAVERSE_TYPELOC(DecltypeType, {
H A DRecursiveASTVisitor.h953 DEF_TRAVERSE_TYPE(DecltypeType,
1164 DEF_TRAVERSE_TYPELOC(DecltypeType, {
H A DTypeLoc.h1575 DecltypeType> {
H A DType.h3237 /// DecltypeType (C++0x)
3238 class DecltypeType : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3243 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
3263 /// of this class via DecltypeType nodes.
3264 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
/external/clang/lib/AST/
H A DType.cpp1815 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) function in class:DecltypeType
1827 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); }
1829 QualType DecltypeType::desugar() const {
1837 : DecltypeType(E, Context.DependentTy), Context(Context) { }
H A DTypePrinter.cpp780 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) {
787 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { }
H A DASTImporter.cpp64 QualType VisitDecltypeType(const DecltypeType *T);
637 cast<DecltypeType>(T1)->getUnderlyingExpr(),
638 cast<DecltypeType>(T2)->getUnderlyingExpr()))
1671 QualType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) {
H A DASTContext.cpp3697 /// \brief Unlike many "get<Type>" functions, we don't unique DecltypeType
3702 DecltypeType *dt;
3721 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0));
3724 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType));
H A DExpr.cpp607 else if (FT && FT->getReturnType()->getAs<DecltypeType>())
609 ->getAs<DecltypeType>()
H A DMicrosoftMangle.cpp2028 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T,
H A DItaniumMangle.cpp2449 void CXXNameMangler::mangleType(const DecltypeType *T) {
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp262 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>();
H A DSemaTemplateDeduction.cpp4962 cast<DecltypeType>(T)->getUnderlyingExpr(),
H A DSemaTemplate.cpp4021 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { argument
H A DTreeTransform.h4684 const DecltypeType *T = TL.getTypePtr();
H A DSemaDecl.cpp4357 if (dyn_cast_or_null<DecltypeType>(
H A DSemaExpr.cpp12244 QTy = cast<DecltypeType>(Ty)->desugar();
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2002 T = cast<DecltypeType>(T)->getUnderlyingType();
/external/clang/lib/Serialization/
H A DASTWriter.cpp252 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) {

Completed in 251 milliseconds