OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPrimaryContext
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporterLookupTable.cpp
104
DeclContext *DC = ND->getDeclContext()->
getPrimaryContext
();
106
DeclContext *ReDC = DC->getRedeclContext()->
getPrimaryContext
();
113
DeclContext *DC = ND->getDeclContext()->
getPrimaryContext
();
115
DeclContext *ReDC = DC->getRedeclContext()->
getPrimaryContext
();
122
auto DCI = LookupTable.find(DC->
getPrimaryContext
());
135
auto DCI = LookupTable.find(DC->
getPrimaryContext
());
153
StringRef Primary = DC->
getPrimaryContext
() ? " primary" : "";
DeclBase.cpp
1207
if (
getPrimaryContext
() != this)
1208
return
getPrimaryContext
()->Encloses(DC);
1211
if (DC->
getPrimaryContext
() == this)
1216
DeclContext *DeclContext::
getPrimaryContext
() {
1505
StoredDeclsMap *Map = DC->
getPrimaryContext
()->LookupPtr;
1545
ND->getDeclContext()->
getPrimaryContext
()->
1553
ND->getDeclContext()->
getPrimaryContext
()->
1565
assert(this ==
getPrimaryContext
() && "buildLookup called on non-primary DC");
1632
const DeclContext *PrimaryContext =
getPrimaryContext
();
1697
DeclContext *PrimaryContext =
getPrimaryContext
();
[
all
...]
ExternalASTMerger.cpp
81
return cast<DeclContext>(SearchResultDecl)->
getPrimaryContext
();
211
cast<DeclContext>(From)->
getPrimaryContext
());
233
ToTag->
getPrimaryContext
()->setMustBuildLookupTable();
240
ToContainer->
getPrimaryContext
()->setMustBuildLookupTable();
ASTDumper.cpp
30
const DeclContext *Primary = DC->
getPrimaryContext
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclLookups.h
76
DeclContext *Primary = const_cast<DeclContext*>(this)->
getPrimaryContext
();
90
DeclContext *Primary = const_cast<DeclContext*>(this)->
getPrimaryContext
();
DependentDiagnostic.h
179
= static_cast<DependentStoredDeclsMap*>(
getPrimaryContext
()->getLookupPtr());
DeclBase.h
1985
return DC && this->
getPrimaryContext
() == DC->
getPrimaryContext
();
2000
///
getPrimaryContext
- There may be many different
2006
DeclContext *
getPrimaryContext
();
2007
const DeclContext *
getPrimaryContext
() const {
2008
return const_cast<DeclContext*>(this)->
getPrimaryContext
();
2410
assert(this ==
getPrimaryContext
() &&
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTConsumers.cpp
84
if (DC == DC->
getPrimaryContext
())
88
<< DC->
getPrimaryContext
() << "\n";
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp
186
Common = Common->
getPrimaryContext
();
201
DC->
getPrimaryContext
(),
2660
Namespaces.insert(Ctx->
getPrimaryContext
());
3797
if (Visited.visitedContext(Ctx->
getPrimaryContext
()))
4534
for (DeclContext *DC = Start->
getPrimaryContext
(); DC != nullptr;
4539
Chain.push_back(DC->
getPrimaryContext
());
SemaAccess.cpp
278
const DeclContext *FromDC = From->getDeclContext()->
getPrimaryContext
();
279
const DeclContext *ToDC = To->getDeclContext()->
getPrimaryContext
();
Sema.cpp
1896
Ctx = Ctx->
getPrimaryContext
();
1902
if (Ctx == Entity->
getPrimaryContext
())
SemaDecl.cpp
528
DC = DC->
getPrimaryContext
();
548
DC = DC->
getPrimaryContext
();
1528
DeclContext *TargetDC = DC->
getPrimaryContext
();
1531
if (ScopeDC->
getPrimaryContext
() == TargetDC)
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
3660
assert(DC == DC->
getPrimaryContext
() && "only primary DC has lookup table");
3847
UpdatedDeclContexts.insert(DC->
getPrimaryContext
());
3852
StoredDeclsMap *Map = DC->
getPrimaryContext
()->buildLookup();
3884
if (DC->
getPrimaryContext
() != DC)
4912
UpdatedDeclContexts.insert(RD->
getPrimaryContext
());
5742
assert(DC == DC->
getPrimaryContext
() && "added to non-primary context");
ASTWriterDecl.cpp
327
Writer.UpdatedDeclContexts.insert(NS->
getPrimaryContext
());
1251
D->getParent()->getRedeclContext()->
getPrimaryContext
());
ASTReaderDecl.cpp
4221
auto *DC = cast<DeclContext>(D)->
getPrimaryContext
();
ASTReader.cpp
7618
assert(DC->hasExternalVisibleStorage() && DC == DC->
getPrimaryContext
() &&
Completed in 91 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026