OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTransparentContext
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
1170
bool DeclContext::
isTransparentContext
() const {
1511
} while (DC->
isTransparentContext
() && (DC = DC->getParent()));
1621
if (InnerCtx->
isTransparentContext
() || InnerCtx->isInlineNamespace())
1775
while ((SkipRecords && Ctx->isRecord()) || Ctx->
isTransparentContext
())
1830
if (
isTransparentContext
())
1863
if (
isTransparentContext
() || isInlineNamespace())
/src/external/apache2/llvm/dist/clang/lib/Sema/
IdentifierResolver.cpp
105
while (S->getEntity() && S->getEntity()->
isTransparentContext
())
SemaLookup.cpp
1345
if (Ctx->
isTransparentContext
())
1380
if (UCtx->
isTransparentContext
())
1472
if (Ctx->
isTransparentContext
())
1492
if (R.isForRedeclaration() && !Ctx->
isTransparentContext
())
1497
if (R.isForRedeclaration() && Ctx && !Ctx->
isTransparentContext
())
1925
(S->getEntity() && S->getEntity()->
isTransparentContext
()))
4537
if (!DC->isInlineNamespace() && !DC->
isTransparentContext
() &&
SemaExprMember.cpp
567
while (DC->
isTransparentContext
())
SemaDecl.cpp
1468
while (S->getEntity() && S->getEntity()->
isTransparentContext
())
2028
(S->getEntity() && S->getEntity()->
isTransparentContext
()) ||
8939
(S->getEntity() && S->getEntity()->
isTransparentContext
()))
SemaCodeComplete.cpp
715
if (CommonAncestor->
isTransparentContext
() ||
SemaTemplate.cpp
1848
while (LookupContext->
isTransparentContext
())
SemaDeclCXX.cpp
16615
while (LookupDC->
isTransparentContext
())
SemaOverload.cpp
12707
if (DC->
isTransparentContext
())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
1954
///
isTransparentContext
- Determines whether this context is a
1969
bool
isTransparentContext
() const;
Completed in 99 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026