Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h459 bool synthesizeBodies() const { return SynthesizeBodies; } in synthesizeBodies() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp71 bool addLoopExit, bool addScopes, bool synthesizeBodies, in AnalysisDeclContextManager()