Home
last modified time | relevance | path

Searched refs:hasReservedScope (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DASTTests.cpp610 hasReservedScope(*findUnqualifiedDecl(AST, "__foo").getDeclContext())); in TEST()
613 EXPECT_FALSE(hasReservedScope( in TEST()
618 hasReservedScope(*findUnqualifiedDecl(AST, "secret").getDeclContext())); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.h81 bool hasReservedScope(const DeclContext &);
H A DAST.cpp409 bool hasReservedScope(const DeclContext &DC) { in hasReservedScope() function
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp514 (hasReservedName(ND) || hasReservedScope(*ND.getDeclContext()))) in shouldCollectSymbol()