Home
last modified time | relevance | path

Searched refs:AddRichCXXConstructors (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDAnalysisDeclContext.cpp86 cfgBuildOptions.AddRichCXXConstructors = addRichCXXConstructors; in AnalysisDeclContextManager()
HDCFG.cpp798 if (!BuildOpts.AddRichCXXConstructors) in retrieveAndCleanupConstructionContext()
1443 if (!BuildOpts.AddRichCXXConstructors) in findConstructionContexts()
1557 assert(BuildOpts.AddRichCXXConstructors && in cleanupConstructionContext()
1683 if (BuildOpts.AddRichCXXConstructors) in buildCFG()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDCFG.h1242 bool AddRichCXXConstructors = false; variable