Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1075 unsigned ContaineeBegLine = SM.getExpansionLineNumber(ContaineeRBeg); in containsLocation() local
1079 assert(ContaineeBegLine <= ContaineeEndLine); in containsLocation()
1081 return (ContainerBegLine <= ContaineeBegLine && in containsLocation()
1083 (ContainerBegLine != ContaineeBegLine || in containsLocation()