OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTransparentContext
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/AST/
DeclBase.cpp
720
bool DeclContext::
isTransparentContext
() const {
1051
if (InnerCtx->
isTransparentContext
() || InnerCtx->isInlineNamespace())
1099
while (Ctx->
isTransparentContext
())
[
all
...]
/external/clang/lib/Sema/
IdentifierResolver.cpp
114
((DeclContext *)S->getEntity())->
isTransparentContext
())
SemaLookup.cpp
893
if (Ctx->
isTransparentContext
())
[
all
...]
SemaExprMember.cpp
508
while (DC->
isTransparentContext
())
[
all
...]
SemaDecl.cpp
[
all
...]
SemaCodeComplete.cpp
442
if (CommonAncestor->
isTransparentContext
() ||
[
all
...]
/external/clang/include/clang/AST/
DeclBase.h
927
///
isTransparentContext
- Determines whether this context is a
942
bool
isTransparentContext
() const;
[
all
...]
Completed in 183 milliseconds