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