OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LexicalDC
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp
27
const DeclContext *
LexicalDC
;
31
const DeclContext *
lexicalDC
)
32
: DataConsumer(dataConsumer), DeclLoc(Loc),
LexicalDC
(
lexicalDC
) { }
94
if (isa<ObjCImplDecl>(
LexicalDC
) && !D->isThisDeclarationADefinition())
95
DataConsumer.handleSynthesizedObjCMethod(D, DeclLoc,
LexicalDC
);
210
const DeclContext *
LexicalDC
= ASTNode.ContainerDC;
211
if (!
LexicalDC
) {
214
LexicalDC
= dyn_cast<DeclContext>(SymRel.RelatedSymbol);
217
IndexingDeclVisitor(*this, Loc,
LexicalDC
).Visit(ASTNode.OrigD)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
252
DeclContext *
LexicalDC
;
260
/// context where it was lexically declared (
LexicalDC
).
264
/// void f(); // SemanticDC ==
LexicalDC
== 'namespace A'
267
/// //
LexicalDC
== global namespace
834
/// lexically declared (
LexicalDC
). May be different from
839
/// void f(); // SemanticDC ==
LexicalDC
== 'namespace A'
842
/// //
LexicalDC
== global namespace
846
return getMultipleDC()->
LexicalDC
;
1190
void setDeclContextsImpl(DeclContext *SemaDC, DeclContext *
LexicalDC
,
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
1101
serialization::GlobalDeclID
LexicalDC
;
1446
serialization::GlobalDeclID
LexicalDC
) {
1448
PendingDeclContextInfo Info = { D, SemaDC,
LexicalDC
};
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
386
NamedDecl *D, DeclContext *&DC, DeclContext *&
LexicalDC
,
1615
NamedDecl *D, DeclContext *&DC, DeclContext *&
LexicalDC
,
1646
if (Error Err = ImportDeclContext(D, DC,
LexicalDC
))
2250
DeclContext *DC, *
LexicalDC
;
2251
if (Error Err = ImportDeclContext(D, DC,
LexicalDC
))
2263
ToD->setLexicalDeclContext(
LexicalDC
);
2264
LexicalDC
->addDeclInternal(ToD);
2309
DeclContext *
LexicalDC
= DC;
2325
ToD->setLexicalDeclContext(
LexicalDC
);
2326
LexicalDC
->addDeclInternal(ToD)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
2007
DeclContext *
LexicalDC
= Owner;
2010
LexicalDC
= D->getDeclContext();
2013
Function->setLexicalDeclContext(
LexicalDC
);
2045
FunctionTemplate->setLexicalDeclContext(
LexicalDC
);
SemaCodeComplete.cpp
972
const DeclContext *
LexicalDC
= ND->getLexicalDeclContext();
973
if (
LexicalDC
->isFunctionOrMethod()) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
171
static DeclContext *getPrimaryDCForAnonymousDecl(DeclContext *
LexicalDC
);
579
auto *
LexicalDC
= readDeclAs<DeclContext>();
580
if (!
LexicalDC
)
581
LexicalDC
= SemaDC;
585
D->setDeclContextsImpl(MergedSemaDC ? MergedSemaDC : SemaDC,
LexicalDC
,
3357
ASTDeclReader::getPrimaryDCForAnonymousDecl(DeclContext *
LexicalDC
) {
3359
if (auto *RD = dyn_cast<CXXRecordDecl>(
LexicalDC
)) {
3367
for (auto *D : merged_redecls(cast<Decl>(
LexicalDC
))) {
Completed in 105 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026