HomeSort by relevance Sort by last modified time
    Searched refs:synthesizeBodies (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/
AnalysisContext.h 406 bool SynthesizeBodies;
413 bool synthesizeBodies = false);
429 bool synthesizeBodies() const { return SynthesizeBodies; }
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 69 bool synthesizeBodies)
70 : SynthesizeBodies(synthesizeBodies)
93 if (!Body && Manager && Manager->synthesizeBodies()) {

Completed in 381 milliseconds