Home
last modified time | relevance | path

Searched refs:genRange (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h139 Loc(genLocation(L)), Range(genRange()) { in PathDiagnosticLocation()
149 genRange(LocationOrAnalysisDeclContext LAC = (AnalysisDeclContext*)0) const;
162 Range(genRange(lac)) { in PathDiagnosticLocation()
171 Loc(genLocation()), Range(genRange()) { in PathDiagnosticLocation()
181 : K(SingleLocK), S(0), D(0), SM(&sm), Loc(loc, sm), Range(genRange()) { in PathDiagnosticLocation()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp665 PathDiagnosticLocation::genRange(LocationOrAnalysisDeclContext LAC) const { in genRange() function in PathDiagnosticLocation