OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPrimaryContext
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
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
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
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
() &&
Completed in 20 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026