OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SynthesizedBody
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp
100
Stmt *
SynthesizedBody
= ADCMgr->getBodyFarm().getBody(FD);
101
if (
SynthesizedBody
) {
102
Body =
SynthesizedBody
;
111
Stmt *
SynthesizedBody
= ADCMgr->getBodyFarm().getBody(MD);
112
if (
SynthesizedBody
) {
113
Body =
SynthesizedBody
;
Completed in 22 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026