OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLexicalDeclContext
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp
90
Parent->
getLexicalDeclContext
(),
204
dyn_cast<ClassTemplateSpecializationDecl>(D->
getLexicalDeclContext
());
287
handleTemplateArgumentLoc(Arg, D, D->
getLexicalDeclContext
());
369
Relations, D->
getLexicalDeclContext
());
510
if (MD->
getLexicalDeclContext
() == D->
getLexicalDeclContext
())
513
if (MD->
getLexicalDeclContext
() == D->
getLexicalDeclContext
())
518
D->
getLexicalDeclContext
(), false, true);
587
D->
getLexicalDeclContext
());
[
all
...]
IndexTypeSourceInfo.cpp
255
DC = Parent->
getLexicalDeclContext
();
269
DC = Parent->
getLexicalDeclContext
();
IndexBody.cpp
488
DC = Parent->
getLexicalDeclContext
();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.cpp
451
D->
getLexicalDeclContext
()->isDependentContext() && !isa<TagDecl>(D)) {
465
if (D->
getLexicalDeclContext
()->isFunctionOrMethod()) {
475
if (D->getDeclName() || !isa<CXXRecordDecl>(D->
getLexicalDeclContext
()))
ASTWriterDecl.cpp
298
if (D->getDeclContext() != D->
getLexicalDeclContext
())
299
Record.AddDeclRef(cast_or_null<Decl>(D->
getLexicalDeclContext
()));
387
if (D->getDeclContext() == D->
getLexicalDeclContext
() &&
452
if (D->getDeclContext() == D->
getLexicalDeclContext
() &&
489
if (D->getDeclContext() == D->
getLexicalDeclContext
() &&
796
if (D->getDeclContext() == D->
getLexicalDeclContext
() &&
930
if (D->getDeclContext() == D->
getLexicalDeclContext
() &&
1054
if (D->getDeclContext() == D->
getLexicalDeclContext
() &&
1102
if (D->getDeclContext() == D->
getLexicalDeclContext
() &&
1378
if (D->getDeclContext() == D->
getLexicalDeclContext
() &
[
all
...]
ASTReaderDecl.cpp
1439
VD->
getLexicalDeclContext
()->isFunctionOrMethod())
3319
setAnonymousDeclForMerging(Reader, New->
getLexicalDeclContext
(),
3448
Reader, D->
getLexicalDeclContext
(), AnonymousDeclNumber))
3503
auto MergedDCIt = Reader.MergedDeclContexts.find(D->
getLexicalDeclContext
());
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
Extract.cpp
51
while (const auto *RD = dyn_cast<CXXRecordDecl>(D->
getLexicalDeclContext
()))
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
260
auto *DC = getFriendObjectKind() ?
getLexicalDeclContext
() : getDeclContext();
282
getFriendObjectKind() ?
getLexicalDeclContext
() : getDeclContext();
332
if (DC ==
getLexicalDeclContext
())
368
const DeclContext *LDC =
getLexicalDeclContext
();
1415
return (D->
getLexicalDeclContext
() == this &&
1465
assert(D->
getLexicalDeclContext
() == this &&
1516
assert(D->
getLexicalDeclContext
() == this &&
1849
((!Recoverable || D->getDeclContext() != D->
getLexicalDeclContext
()) &&
Decl.cpp
100
return !
getLexicalDeclContext
()->Equals(getDeclContext());
2118
return
getLexicalDeclContext
()->isExternCContext();
2122
return
getLexicalDeclContext
()->isExternCXXContext();
3195
return
getLexicalDeclContext
()->isExternCContext();
3199
return
getLexicalDeclContext
()->isExternCXXContext();
3427
if (!Redecl->
getLexicalDeclContext
()->isTranslationUnit())
ASTImporter.cpp
290
ToD->
getLexicalDeclContext
()->addDeclInternal(ToD);
295
DeclContext *FromLexicalDC = FromD->
getLexicalDeclContext
();
297
DeclContext *ToLexicalDC = ToD->
getLexicalDeclContext
();
1872
assert(ToDC == ToD->
getLexicalDeclContext
() && ToDC->containsDecl(ToD));
1893
if (FromD->getDeclContext() != FromD->
getLexicalDeclContext
()) {
1895
FromD->
getLexicalDeclContext
());
2466
cast<Decl>(D->
getLexicalDeclContext
())));
3205
assert(RD->
getLexicalDeclContext
() == RD->getDeclContext());
3215
assert(TD->
getLexicalDeclContext
() == TD->getDeclContext());
3326
if (D->
getLexicalDeclContext
() == D->getDeclContext())
[
all
...]
JSONNodeDumper.cpp
117
if (D->
getLexicalDeclContext
() != D->getDeclContext()) {
TextNodeDumper.cpp
253
if (D->
getLexicalDeclContext
() != D->getDeclContext())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
833
///
getLexicalDeclContext
- The declaration context where this Decl was
843
DeclContext *
getLexicalDeclContext
() {
848
const DeclContext *
getLexicalDeclContext
() const {
849
return const_cast<Decl*>(this)->
getLexicalDeclContext
();
1877
return cast<Decl>(this)->
getLexicalDeclContext
();
DeclTemplate.h
1916
isa<CXXRecordDecl>(
getLexicalDeclContext
());
2772
isa<CXXRecordDecl>(
getLexicalDeclContext
());
Decl.h
1145
if (const DeclContext *DC =
getLexicalDeclContext
())
1159
const DeclContext *DC =
getLexicalDeclContext
()->getRedeclContext();
1236
if (
getLexicalDeclContext
()->getRedeclContext()->isFileContext())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ModuleBuilder.cpp
207
if (!D->
getLexicalDeclContext
()->isDependentContext())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
51
!OldDecl->
getLexicalDeclContext
()->isDependentContext()) &&
56
? NewDecl->
getLexicalDeclContext
()
57
: OldDecl->
getLexicalDeclContext
()));
781
D->
getLexicalDeclContext
() != Result->
getLexicalDeclContext
())
1585
Inst->setLexicalDeclContext(D->
getLexicalDeclContext
());
1586
RecordInst->setLexicalDeclContext(D->
getLexicalDeclContext
());
1668
Inst->setLexicalDeclContext(D->
getLexicalDeclContext
());
1669
VarInst->setLexicalDeclContext(D->
getLexicalDeclContext
());
2386
FunctionTemplate->setLexicalDeclContext(D->
getLexicalDeclContext
());
[
all
...]
SemaAccess.cpp
128
DC = Function->
getLexicalDeclContext
();
1489
DC = D->
getLexicalDeclContext
();
1938
= dyn_cast<ObjCImplDecl>(FD->
getLexicalDeclContext
())) {
SemaModule.cpp
335
for (auto *DC = D->
getLexicalDeclContext
(); DC; DC = DC->getLexicalParent())
SemaDecl.cpp
1507
DeclContext *IDC = (*I)->
getLexicalDeclContext
()->getRedeclContext();
1684
D->
getLexicalDeclContext
()->isDependentContext())
2325
ED->
getLexicalDeclContext
()->removeDecl(ED);
3199
auto *LexDC = NewD->
getLexicalDeclContext
();
3557
if (!isFriend && NewMethod->
getLexicalDeclContext
()->isRecord() &&
4014
(!OldVD->
getLexicalDeclContext
()->isFunctionOrMethod() &&
4015
!NewVD->
getLexicalDeclContext
()->isFunctionOrMethod());
4019
return !OldVD->
getLexicalDeclContext
()->isFunctionOrMethod() ||
4020
OldVD->
getLexicalDeclContext
() == NewVD->
getLexicalDeclContext
();
[
all
...]
SemaLookup.cpp
355
DeclContext *DC = D->
getLexicalDeclContext
();
1538
DeclContext *Context = Entity->
getLexicalDeclContext
();
1666
return D->
getLexicalDeclContext
()->isFileContext();
1699
DeclContext *DC = D->
getLexicalDeclContext
();
3614
auto *RD = cast<CXXRecordDecl>(D->
getLexicalDeclContext
());
SemaTemplateInstantiate.cpp
176
(!Pattern || !Pattern->
getLexicalDeclContext
()->isFileContext())) {
177
Ctx = Function->
getLexicalDeclContext
();
760
cast<CXXRecordDecl>(FD->
getLexicalDeclContext
()));
SemaDeclCXX.cpp
457
? New->
getLexicalDeclContext
()
569
!New->
getLexicalDeclContext
()->isDependentContext()) {
1265
RefVD->setLexicalDeclContext(Src->
getLexicalDeclContext
());
1270
RefVD->
getLexicalDeclContext
()->addHiddenDecl(RefVD);
8367
CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(FD->
getLexicalDeclContext
());
9282
*this, cast<CXXRecordDecl>(FD->
getLexicalDeclContext
()), FD,
16736
assert(ND->
getLexicalDeclContext
() == CurContext);
16887
!isa<CXXRecordDecl>(FD->
getLexicalDeclContext
())) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
302
for (DeclContext *DeclDC = D->
getLexicalDeclContext
(); DeclDC;
387
? (*DIt)->
getLexicalDeclContext
()
388
: (*(DIt - 1))->
getLexicalDeclContext
();
401
DC = D->
getLexicalDeclContext
();
635
if (D->
getLexicalDeclContext
() != DC)
1050
if (!SubDecl || SubDecl->
getLexicalDeclContext
() != D ||
1138
if (MD->isPropertyAccessor() && MD->
getLexicalDeclContext
() == CDecl)
1143
if (MD->isPropertyAccessor() && MD->
getLexicalDeclContext
() == CDecl)
8227
const DeclContext *DC = D->
getLexicalDeclContext
();
CXIndexDataConsumer.cpp
558
LexicalDC = D->
getLexicalDeclContext
();
Completed in 114 milliseconds
1
2
Indexes created Sun Sep 20 00:26:38 UTC 2026