OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeDeclContext
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp
53
DeclContext *Sema::
computeDeclContext
(QualType T) {
74
DeclContext *Sema::
computeDeclContext
(const CXXScopeSpec &SS,
396
LookupCtx =
computeDeclContext
(ObjectType);
401
LookupCtx =
computeDeclContext
(SS, false);
505
LookupCtx =
computeDeclContext
(ObjectType);
510
LookupCtx =
computeDeclContext
(SS, EnteringContext);
1074
DeclContext *DC =
computeDeclContext
(SS, true);
1100
assert(!SS.isInvalid() &&
computeDeclContext
(SS, true) &&
SemaExprMember.cpp
551
cast_or_null<CXXRecordDecl>(
computeDeclContext
(BaseType));
666
DC = SemaRef.
computeDeclContext
(SS, false);
995
?
computeDeclContext
(SS, false)
SemaTemplate.cpp
355
computeDeclContext
(*SS))
394
LookupCtx =
computeDeclContext
(ObjectType);
422
LookupCtx =
computeDeclContext
(SS, EnteringContext);
1747
SemanticContext =
computeDeclContext
(SS, true);
3070
= dyn_cast_or_null<CXXRecordDecl>(
computeDeclContext
(SS, true)))
3914
DeclContext *LookupCtx =
computeDeclContext
(SS, /*EnteringContext*/false);
4780
if (!(DC =
computeDeclContext
(SS, false)) ||
4847
LookupCtx =
computeDeclContext
(SS, EnteringContext);
4849
LookupCtx =
computeDeclContext
(GetTypeFromParser(ObjectType));
10418
dyn_cast_or_null<CXXRecordDecl>(
computeDeclContext
(SS, false))
[
all
...]
SemaAccess.cpp
229
DeclContext *IC = S.
computeDeclContext
(getBaseObjectType());
SemaCoroutine.cpp
320
DeclContext *LookupCtx = S.
computeDeclContext
(CoroHandleType);
SemaDecl.cpp
302
LookupCtx =
computeDeclContext
(ObjectType);
304
LookupCtx =
computeDeclContext
(*SS, false);
694
} else if (DeclContext *DC =
computeDeclContext
(*SS, false)) {
747
else if (DeclContext *DC =
computeDeclContext
(*SS, false))
980
<< Name <<
computeDeclContext
(SS, false)
5742
DC =
computeDeclContext
(D.getCXXScopeSpec(), EnteringContext);
7421
<< Name <<
computeDeclContext
(D.getCXXScopeSpec(), true)
15653
DC =
computeDeclContext
(SS, false);
15659
DC =
computeDeclContext
(SS, true);
SemaDeclCXX.cpp
2385
DeclContext *DC =
computeDeclContext
(*SS, true);
2413
DeclContext *DC =
computeDeclContext
(*SS, true);
3401
if (DeclContext *DC =
computeDeclContext
(SS, false))
4234
DeclContext *DC =
computeDeclContext
(SS, false);
11419
if (DeclContext *DC = S.
computeDeclContext
(SS, false)) {
12073
DeclContext *LookupContext =
computeDeclContext
(SS);
12384
DeclContext *NamedContext =
computeDeclContext
(SS);
16640
DC =
computeDeclContext
(SS);
SemaExprCXX.cpp
258
DeclContext *LookupCtx =
computeDeclContext
(SearchType);
270
DeclContext *LookupCtx =
computeDeclContext
(LookupSS, EnteringContext);
7558
((SS.isSet() && !
computeDeclContext
(SS, false)) ||
SemaTemplateInstantiateDecl.cpp
1493
DC = SemaRef.
computeDeclContext
(SS);
1967
DC = SemaRef.
computeDeclContext
(SS);
2308
DC = SemaRef.
computeDeclContext
(SS);
SemaLookup.cpp
2461
if (DeclContext *DC =
computeDeclContext
(*SS, EnteringContext)) {
4915
QualifiedDC =
computeDeclContext
(*SS, EnteringContext);
SemaExpr.cpp
2106
SS.isEmpty() ? nullptr : SemaRef.
computeDeclContext
(SS, false);
2346
<< Name <<
computeDeclContext
(SS, false)
2360
<< Name <<
computeDeclContext
(SS, false)
2461
if (DeclContext *DC =
computeDeclContext
(SS, false)) {
2672
DeclContext *DC =
computeDeclContext
(SS, false);
SemaType.cpp
5393
dyn_cast_or_null<CXXRecordDecl>(S.
computeDeclContext
(SS))) {
5525
DeclContext *DC = S.
computeDeclContext
(D.getCXXScopeSpec());
TreeTransform.h
1094
if (!SemaRef.
computeDeclContext
(SS))
1111
DeclContext *DC = SemaRef.
computeDeclContext
(SS, false);
SemaCodeComplete.cpp
6047
DeclContext *Ctx =
computeDeclContext
(SS, /*EnteringContext=*/true);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
6373
DeclContext *
computeDeclContext
(QualType T);
6374
DeclContext *
computeDeclContext
(const CXXScopeSpec &SS,
Completed in 186 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026