Searched defs:PathDiagnosticLocation (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h128 class PathDiagnosticLocation { class in namespace:clang::ento
137 PathDiagnosticLocation(SourceLocation L, const SourceManager &sm, function in class:clang::ento::PathDiagnosticLocation
152 PathDiagnosticLocation() function in class:clang::ento::PathDiagnosticLocation
156 PathDiagnosticLocation(const Stmt *s, function in class:clang::ento::PathDiagnosticLocation
170 PathDiagnosticLocation(const Decl *d, const SourceManager &sm) function in class:clang::ento::PathDiagnosticLocation
181 PathDiagnosticLocation(SourceLocation loc, const SourceManager &sm) function in class:clang::ento::PathDiagnosticLocation
188 static PathDiagnosticLocation create(const Decl *D,
190 return PathDiagnosticLocation(D, SM);
194 static PathDiagnosticLocation createBegin(const Decl *D,
198 static PathDiagnosticLocation createBegi
[all...]

Completed in 4774 milliseconds