OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MultipleDC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
250
struct
MultipleDC
{
255
/// DeclCtx - Holds either a DeclContext* or a
MultipleDC
*.
258
/// For declarations with C++ scope specifiers, it contains a
MultipleDC
*
268
llvm::PointerUnion<DeclContext*,
MultipleDC
*> DeclCtx;
271
bool isOutOfSemaDC() const { return DeclCtx.is<
MultipleDC
*>(); }
273
MultipleDC
*getMultipleDC() const {
274
return DeclCtx.get<
MultipleDC
*>();
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
360
auto *MDC = new (Ctx) Decl::
MultipleDC
();
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026