HomeSort by: relevance | last modified time | path
    Searched defs:DecltypeType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 3428 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can)
3440 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); }
3442 QualType DecltypeType::desugar() const {
3450 : DecltypeType(E, Context.DependentTy), Context(Context) {}
Type.cpp 3428 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can)
3440 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); }
3442 QualType DecltypeType::desugar() const {
3450 : DecltypeType(E, Context.DependentTy), Context(Context) {}

Completed in 32 milliseconds