Home
last modified time | relevance | path

Searched refs:getGenerationScheme (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h156 virtual PathGenerationScheme getGenerationScheme() const { return Minimal; } in getGenerationScheme() function
159 return getGenerationScheme() != None; in shouldGenerateDiagnostics()
162 bool shouldAddPathEdges() const { return getGenerationScheme() >= Extensive; } in shouldAddPathEdges()
164 return getGenerationScheme() == Minimal || in shouldAddControlNotes()
165 getGenerationScheme() == Everything; in shouldAddControlNotes()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp56 PathGenerationScheme getGenerationScheme() const override { in getGenerationScheme() function in __anonba5c3fec0111::TextDiagnostics
H A DSarifDiagnostics.cpp47 PathGenerationScheme getGenerationScheme() const override { return Minimal; } in getGenerationScheme() function in __anon096d15bc0111::SarifDiagnostics
H A DHTMLDiagnostics.cpp123 PathGenerationScheme getGenerationScheme() const override { in getGenerationScheme() function in __anon0dc04f5c0111::HTMLDiagnostics