Searched refs:hasReservedScope (Results 1 – 4 of 4) sorted by relevance
610 hasReservedScope(*findUnqualifiedDecl(AST, "__foo").getDeclContext())); in TEST()613 EXPECT_FALSE(hasReservedScope( in TEST()618 hasReservedScope(*findUnqualifiedDecl(AST, "secret").getDeclContext())); in TEST()
81 bool hasReservedScope(const DeclContext &);
409 bool hasReservedScope(const DeclContext &DC) { in hasReservedScope() function
514 (hasReservedName(ND) || hasReservedScope(*ND.getDeclContext()))) in shouldCollectSymbol()