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

/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 99 milliseconds