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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h134 class PathDiagnosticLocation { class in namespace:clang::ento
143 PathDiagnosticLocation(SourceLocation L, const SourceManager &sm, function in class:clang::ento::PathDiagnosticLocation
158 PathDiagnosticLocation() function in class:clang::ento::PathDiagnosticLocation
162 PathDiagnosticLocation(const Stmt *s, function in class:clang::ento::PathDiagnosticLocation
176 PathDiagnosticLocation(const Decl *d, const SourceManager &sm) function in class:clang::ento::PathDiagnosticLocation
187 PathDiagnosticLocation(SourceLocation loc, const SourceManager &sm) function in class:clang::ento::PathDiagnosticLocation
195 static PathDiagnosticLocation create(const Decl *D,
197 return PathDiagnosticLocation(D, SM);
201 static PathDiagnosticLocation createBegin(const Decl *D,
205 static PathDiagnosticLocation createBegi
[all...]

Completed in 81 milliseconds