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

/external/clang/include/clang/AST/
H A DType.h1609 /// isDependentType - Whether this type is a dependent type, meaning
1612 bool isDependentType() const { return TypeBits.Dependent; } function in class:clang::Type
1912 Type(Complex, CanonicalPtr, Element->isDependentType(),
1942 Type(Paren, CanonType, InnerType->isDependentType(),
1973 Type(Pointer, CanonicalPtr, Pointee->isDependentType(),
2008 : Type(TC, CanonicalPtr, OriginalTy->isDependentType(),
2063 Type(BlockPointer, CanonicalCls, Pointee->isDependentType(),
2099 Type(tc, CanonicalRef, Referencee->isDependentType(),
2181 Cls->isDependentType() || Pointee->isDependentType(),
[all...]

Completed in 39 milliseconds