HomeSort by: relevance | last modified time | path
    Searched refs:synthesizeBodies (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp 71 bool addLoopExit, bool addScopes, bool synthesizeBodies,
76 SynthesizeBodies(synthesizeBodies) {
99 if (ADCMgr && ADCMgr->synthesizeBodies()) {
110 if (ADCMgr && ADCMgr->synthesizeBodies()) {
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 437 bool SynthesizeBodies;
445 bool synthesizeBodies = false, bool addStaticInitBranches = false,
459 bool synthesizeBodies() const { return SynthesizeBodies; }

Completed in 60 milliseconds