Searched refs:getGenerationScheme (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DTextPathDiagnostics.cpp41 PathGenerationScheme getGenerationScheme() const { return Minimal; } function in class:__anon3458::TextPathDiagnostics
H A DPlistDiagnostics.cpp51 PathGenerationScheme getGenerationScheme() const { return Extensive; } function in class:__anon3446::PlistDiagnostics
H A DBugReporter.cpp297 PathDiagnosticConsumer::PathGenerationScheme getGenerationScheme() const { function in class:__anon3426::PathDiagnosticBuilder
298 return PDC ? PDC->getGenerationScheme() : PathDiagnosticConsumer::Extensive;
2561 PathGenerationScheme ActiveScheme = PC.getGenerationScheme();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h98 virtual PathGenerationScheme getGenerationScheme() const { return Minimal; } function in class:clang::ento::PathDiagnosticConsumer
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp84 virtual PathGenerationScheme getGenerationScheme() const { return None; } function in class:__anon3459::ClangDiagPathDiagConsumer

Completed in 181 milliseconds