Searched defs:DecltypeType (Results 1 - 3 of 3) sorted by relevance

/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) { }
/external/clang/lib/Sema/
H A DSemaTemplate.cpp4021 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { argument
/external/clang/include/clang/AST/
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 {

Completed in 111 milliseconds