Searched defs:ContaineeEndLine (Results 1 - 1 of 1) sorted by path

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1082 unsigned ContaineeEndLine = SM.getExpansionLineNumber(ContaineeREnd); local
1085 assert(ContaineeBegLine <= ContaineeEndLine);
1088 ContainerEndLine >= ContaineeEndLine &&
1092 (ContainerEndLine != ContaineeEndLine ||

Completed in 222 milliseconds