Home
last modified time | relevance | path

Searched refs:synthesizeBodies (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp71 bool addLoopExit, bool addScopes, bool synthesizeBodies, in AnalysisDeclContextManager() argument
76 SynthesizeBodies(synthesizeBodies) { in AnalysisDeclContextManager()
99 if (ADCMgr && ADCMgr->synthesizeBodies()) { in getBody()
110 if (ADCMgr && ADCMgr->synthesizeBodies()) { in getBody()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h451 bool synthesizeBodies = false, bool addStaticInitBranches = false,
465 bool synthesizeBodies() const { return SynthesizeBodies; } in synthesizeBodies() function