Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1081 unsigned ContaineeBegLine = SM.getExpansionLineNumber(ContaineeRBeg); in containsLocation() local
1085 assert(ContaineeBegLine <= ContaineeEndLine); in containsLocation()
1087 return (ContainerBegLine <= ContaineeBegLine && in containsLocation()
1089 (ContainerBegLine != ContaineeBegLine || in containsLocation()