OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NamespaceDefinition
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Nodes.h
443
class
NamespaceDefinition
final : public Declaration {
445
NamespaceDefinition
() : Declaration(NodeKind::
NamespaceDefinition
) {}
/src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Synthesis.cpp
152
case syntax::NodeKind::
NamespaceDefinition
:
153
return new (A.getAllocator()) syntax::
NamespaceDefinition
;
BuildTree.cpp
1328
Builder.foldNode(Tokens, new (allocator()) syntax::
NamespaceDefinition
, S);
Completed in 61 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026