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

/external/clang/include/clang/AST/
H A DType.h1601 /// isDependentType - Whether this type is a dependent type, meaning
1604 bool isDependentType() const { return TypeBits.Dependent; } function in class:clang::Type
1896 Type(Complex, CanonicalPtr, Element->isDependentType(),
1926 Type(Paren, CanonType, InnerType->isDependentType(),
1957 Type(Pointer, CanonicalPtr, Pointee->isDependentType(),
1989 Type(BlockPointer, CanonicalCls, Pointee->isDependentType(),
2025 Type(tc, CanonicalRef, Referencee->isDependentType(),
2107 Cls->isDependentType() || Pointee->isDependentType(),
2175 : Type(tc, can, et->isDependentType() || t
[all...]

Completed in 46 milliseconds