Searched refs:ContainerEndLine (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1044 unsigned ContainerEndLine = SM.getExpansionLineNumber(ContainerREnd); local
1048 assert(ContainerBegLine <= ContainerEndLine);
1052 ContainerEndLine >= ContaineeEndLine &&
1056 (ContainerEndLine != ContaineeEndLine ||

Completed in 53 milliseconds