Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h100 enum PathGenerationScheme { None, Minimal, Extensive, AlternateExtensive }; enum
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3087 typedef PathDiagnosticConsumer::PathGenerationScheme PathGenerationScheme; in generatePathDiagnostic() typedef