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

/external/clang/lib/AST/
H A DType.cpp1779 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) function in class:DecltypeType
1791 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); }
1793 QualType DecltypeType::desugar() const {
1801 : DecltypeType(E, Context.DependentTy), Context(Context) { }
/external/clang/lib/Sema/
H A DSemaTemplate.cpp3870 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { argument
/external/clang/include/clang/AST/
H A DType.h3198 /// DecltypeType (C++0x)
3199 class DecltypeType : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3204 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
3224 /// of this class via DecltypeType nodes.
3225 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {

Completed in 284 milliseconds