OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParentDC
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexTypeSourceInfo.cpp
21
const DeclContext *
ParentDC
;
30
: IndexCtx(indexCtx), Parent(parent),
ParentDC
(DC), IsBase(isBase) {
52
return IndexCtx.handleReference(TTPD, Loc, Parent,
ParentDC
,
62
ParentDC
, SymbolRoleSet(), Relations);
66
Parent,
ParentDC
, SymbolRoleSet()));
68
TRY_TO(IndexCtx.handleReference(CD, Loc, Parent,
ParentDC
,
74
Parent,
ParentDC
, SymbolRoleSet(),
104
IndexCtx.indexNestedNameSpecifierLoc(NNS, Parent,
ParentDC
);
120
Parent,
ParentDC
, SymbolRoleSet(),
126
Parent,
ParentDC
, SymbolRoleSet(), Relations)
[
all
...]
IndexBody.cpp
21
const DeclContext *
ParentDC
;
32
: IndexCtx(indexCtx), Parent(Parent),
ParentDC
(DC) { }
48
IndexCtx.indexTypeLoc(TL, Parent,
ParentDC
);
53
IndexCtx.indexNestedNameSpecifierLoc(NNS, Parent,
ParentDC
);
130
if (auto *FD = dyn_cast<FunctionDecl>(
ParentDC
))
132
else if (auto *MD = dyn_cast<ObjCMethodDecl>(
ParentDC
))
140
Parent,
ParentDC
, Roles, Relations, E);
150
Parent,
ParentDC
, Roles, Relations, E);
181
return IndexCtx.handleReference(Symbols[0], Loc, Parent,
ParentDC
, Roles,
204
ParentDC
, SymbolRoleSet(), {}, E)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
5795
DeclContext *
ParentDC
= D->getDeclContext();
5799
ParentDC
, TemplateArgs.getNumRetainedOuterLevels());
5801
// parameters (p below) can have their
ParentDC
set to the translation-unit
5802
// - thus we can not consistently check if the
ParentDC
of such a parameter
5805
// find an instantiated decl for (T y) when the
ParentDC
for y is
5811
// it gets here, always has a FunctionOrMethod as its
ParentDC
??
5821
(ParentDependsOnArgs && (
ParentDC
->isFunctionOrMethod() ||
5822
isa<OMPDeclareReductionDecl>(
ParentDC
) ||
5823
isa<OMPDeclareMapperDecl>(
ParentDC
))) ||
5980
ParentDC
= FindInstantiatedContext(Loc, ParentDC, TemplateArgs)
[
all
...]
SemaExpr.cpp
17705
DeclContext *
ParentDC
= getParentOfCapturingContextOrNull(DC, Var,
17712
if (!
ParentDC
) {
17841
DC =
ParentDC
;
Completed in 30 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026