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