Searched refs:isTagDecl (Results 1 – 1 of 1) sorted by relevance
1477 static bool isTagDecl(clang::DeclContext &context) { in isTagDecl() function1646 if (isTagDecl(context) || isFunctionDecl(context) || isBlockDecl(context)) { in ParseDeclsForContext()