llvm-project/clang/unittests/Sema
Nathan James 15e76eed0c
[clang] Add [is|set]Nested methods to NamespaceDecl
Adds support for NamespaceDecl to inform if its part of a nested namespace.
This flag only corresponds to the inner namespaces in a nested namespace declaration.
In this example:
namespace <X>::<Y>::<Z> {}
Only <Y> and <Z> will be classified as nested.

This flag isn't meant for assisting in building the AST, more for static analysis and refactorings.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D90568
2022-11-24 12:44:35 +00:00
..
CMakeLists.txt [Testing] Drop clangTesting from clang's public library interface 2022-04-20 13:28:44 +02:00
CodeCompleteTest.cpp [clangd] Add heuristic for dropping snippet when completing member function pointer 2022-11-17 00:37:16 +01:00
ExternalSemaSourceTest.cpp [clang] Add [is|set]Nested methods to NamespaceDecl 2022-11-24 12:44:35 +00:00
GslOwnerPointerInference.cpp
SemaLookupTest.cpp [clang][Sema] Add flag to LookupName to force C/ObjC codepath 2022-04-19 12:57:14 -07:00