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

/external/clang/lib/StaticAnalyzer/Core/
H A DTextPathDiagnostics.cpp41 PathGenerationScheme getGenerationScheme() const { return Minimal; } function in class:__anon3512::TextPathDiagnostics
H A DPlistDiagnostics.cpp50 PathGenerationScheme getGenerationScheme() const;
80 PlistDiagnostics::getGenerationScheme() const { function in class:PlistDiagnostics
82 return PD->getGenerationScheme();
H A DBugReporter.cpp220 PathDiagnosticConsumer::PathGenerationScheme getGenerationScheme() const { function in class:__anon3485::PathDiagnosticBuilder
221 return PDC ? PDC->getGenerationScheme() : PathDiagnosticConsumer::Extensive;
1754 switch (PDB.getGenerationScheme()) {
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h70 virtual PathGenerationScheme getGenerationScheme() const { return Minimal; } function in class:clang::ento::PathDiagnosticConsumer

Completed in 44 milliseconds