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