Searched defs:isDependentContext (Results 1 – 3 of 3) sorted by relevance
37 AST_MATCHER(CXXMethodDecl, isDependentContext) { in AST_MATCHER() argument
32 AST_MATCHER(CXXMethodDecl, isDependentContext) { in AST_MATCHER() argument
1313 bool DeclContext::isDependentContext() const { isDependentContext() function in DeclContext