Searched defs:isDependentType (Results 1 – 2 of 2) sorted by relevance
32 AST_MATCHER(Type, isDependentType) { return Node.isDependentType(); } in AST_MATCHER() argument
3750 bool isDependentType() const { return isDependentContext(); } isDependentType() function