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

/external/clang/include/clang/AST/
H A DType.h1774 bool isDependentType() const { return TypeBits.Dependent; } function in class:clang::Type
2122 Type(Complex, CanonicalPtr, Element->isDependentType(),
2152 Type(Paren, CanonType, InnerType->isDependentType(),
2183 Type(Pointer, CanonicalPtr, Pointee->isDependentType(),
2234 : Type(TC, CanonicalPtr, OriginalTy->isDependentType(),
2289 Type(BlockPointer, CanonicalCls, Pointee->isDependentType(),
2325 Type(tc, CanonicalRef, Referencee->isDependentType(),
2409 Cls->isDependentType() || Pointee->isDependentType(),
2478 : Type(tc, can, et->isDependentType() || t
[all...]

Completed in 121 milliseconds