OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DCtx
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
IdentifierResolver.cpp
139
DeclContext *
DCtx
= D->getDeclContext()->getRedeclContext();
141
? Ctx->InEnclosingNamespaceSetOf(
DCtx
)
142
: Ctx->Equals(
DCtx
);
/external/clang/lib/AST/
DeclBase.cpp
1027
/// declarations in
DCtx
(and any other contexts linked to it or
1029
void DeclContext::buildLookup(DeclContext *
DCtx
) {
1030
for (;
DCtx
;
DCtx
=
DCtx
->getNextContext()) {
1031
for (decl_iterator D =
DCtx
->decls_begin(),
1032
DEnd =
DCtx
->decls_end();
1038
if (D->getDeclContext() ==
DCtx
)
[
all
...]
/external/clang/include/clang/AST/
DeclBase.h
[
all
...]
Completed in 521 milliseconds