OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LexicalContext
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
10786
const DeclContext *
LexicalContext
= VD->getParentFunctionOrMethod();
10787
while (
LexicalContext
&& !isa<FunctionDecl>(
LexicalContext
))
10788
LexicalContext
=
LexicalContext
->getLexicalParent();
10791
//
LexicalContext
.
10792
if (!
LexicalContext
)
10798
Context.GetGVALinkageForFunction(cast<FunctionDecl>(
LexicalContext
));
Completed in 107 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026