OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:synthesizebodies
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Analysis/
AnalysisContext.h
417
bool
SynthesizeBodies
;
424
bool
synthesizeBodies
= false,
443
bool
synthesizeBodies
() const { return
SynthesizeBodies
; }
/external/clang/lib/Analysis/
AnalysisDeclContext.cpp
70
bool
synthesizeBodies
,
74
: Injector(injector),
SynthesizeBodies
(
synthesizeBodies
)
97
if (!Body && Manager && Manager->
synthesizeBodies
()) {
106
if (!Body && Manager && Manager->
synthesizeBodies
()) {
Completed in 1397 milliseconds