OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Namespaces
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
Lookup.cpp
24
// Gets all
namespaces
that \p Context is in as a vector (ignoring anonymous
25
//
namespaces
). The inner
namespaces
come before outer
namespaces
in the vector.
31
llvm::SmallVector<const NamespaceDecl *, 4>
Namespaces
;
33
// Look past non-
namespaces
and anonymous
namespaces
on FromContext.
41
Namespaces
.push_back(cast<NamespaceDecl>(Context));
42
return
Namespaces
;
47
// lexical
namespaces
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
DirectiveEmitter.cpp
193
// Open
namespaces
defined in the directive language
194
llvm::SmallVector<StringRef, 2>
Namespaces
;
195
llvm::SplitString(DirLang.getCppNamespace(),
Namespaces
, "::");
196
for (auto Ns :
Namespaces
)
238
// Closing
namespaces
239
for (auto Ns : llvm::reverse(
Namespaces
))
462
// Open
namespaces
defined in the directive language.
463
llvm::SmallVector<StringRef, 2>
Namespaces
;
464
llvm::SplitString(DirLang.getCppNamespace(),
Namespaces
, "::");
465
for (auto Ns :
Namespaces
)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
ExternalSemaSource.h
77
/// Load the set of
namespaces
that are known to the external source,
80
SmallVectorImpl<NamespaceDecl *> &
Namespaces
);
MultiplexExternalSemaSource.h
215
/// Load the set of
namespaces
that are known to the external source,
218
ReadKnownNamespaces(SmallVectorImpl<NamespaceDecl*> &
Namespaces
) override;
SemaInternal.h
103
Namespaces
(SemaRef.Context, SemaRef.CurContext, SS),
139
/// Set-up method to add to the consumer the set of
namespaces
to use
315
NamespaceSpecifierSet
Namespaces
;
/src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h
237
const std::vector<AccelInfo> &getNamespaces() const { return
Namespaces
; }
294
std::vector<AccelInfo>
Namespaces
;
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinkerCompileUnit.cpp
130
Namespaces
.emplace_back(Name, Die);
/src/external/apache2/llvm/dist/clang/lib/Sema/
MultiplexExternalSemaSource.cpp
220
SmallVectorImpl<NamespaceDecl*> &
Namespaces
){
222
Sources[i]->ReadKnownNamespaces(
Namespaces
);
SemaLookup.cpp
207
// Retrieve the set of identifier
namespaces
that correspond to a
1197
// Perform direct name lookup into the
namespaces
nominated by the
1428
// nominated
namespaces
by those using-directives.
1865
//
Namespaces
are a bit of a special case: we expect there to be a lot of
1866
// redeclarations of some
namespaces
, all declarations of a namespace are
1868
// if any is, and
namespaces
are never looked up during template
2023
/// Perform qualified name lookup in the
namespaces
nominated by
2030
///
namespaces
nominated by using-directives in X and its used
2031
///
namespaces
, except that using-directives are ignored in any
2049
/// different
namespaces
), the program is ill-formed
[
all
...]
Sema.cpp
2194
SmallVectorImpl<NamespaceDecl *> &
Namespaces
) {
SemaDecl.cpp
15421
SmallVector<IdentifierInfo *, 4>
Namespaces
;
15425
// other
namespaces
. Bail if there's an anonymous namespace in the chain.
15430
Namespaces
.push_back(II);
15437
// Once we have all the
namespaces
, reverse them to go outermost first, and
15443
std::reverse(
Namespaces
.begin(),
Namespaces
.end());
15444
for (auto *II :
Namespaces
)
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
898
/// A list of the
namespaces
we've seen.
1991
/// Load the set of
namespaces
that are known to the external source,
1994
SmallVectorImpl<NamespaceDecl *> &
Namespaces
) override;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
8246
SmallVectorImpl<NamespaceDecl *> &
Namespaces
) {
8247
Namespaces
.clear();
8252
Namespaces
.push_back(Namespace);
Completed in 77 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026