OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:synthesizeBodies
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Analysis/
AnalysisContext.h
409
bool
SynthesizeBodies
;
416
bool
synthesizeBodies
= false,
433
bool
synthesizeBodies
() const { return
SynthesizeBodies
; }
/external/clang/lib/Analysis/
AnalysisDeclContext.cpp
70
bool
synthesizeBodies
,
72
:
SynthesizeBodies
(
synthesizeBodies
)
96
if (!Body && Manager && Manager->
synthesizeBodies
()) {
Completed in 28 milliseconds