reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Analysis/PathDiagnostic.h
  286   getValidSourceLocation(const Stmt *S, LocationOrAnalysisDeclContext LAC,

References

tools/clang/lib/Analysis/PathDiagnostic.cpp
  573   return PathDiagnosticLocation(getValidSourceLocation(S, LAC),
  583   return PathDiagnosticLocation(getValidSourceLocation(S, LAC, /*End=*/true),
  740       return FullSourceLoc(getValidSourceLocation(S, LAC),
  788           SourceLocation L = getValidSourceLocation(S, LAC);
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2373         PathDiagnosticLocation::getValidSourceLocation(S, LC), SM);