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

/external/clang/include/clang/AST/
H A DType.h1618 bool isInstantiationDependentType() const { function in class:clang::Type
1913 Element->isInstantiationDependentType(),
1943 InnerType->isInstantiationDependentType(),
1974 Pointee->isInstantiationDependentType(),
2009 OriginalTy->isInstantiationDependentType(),
2064 Pointee->isInstantiationDependentType(),
2100 Referencee->isInstantiationDependentType(),
2182 (Cls->isInstantiationDependentType() ||
2183 Pointee->isInstantiationDependentType()),
2251 et->isInstantiationDependentType() || t
[all...]

Completed in 61 milliseconds