Home | History | Annotate | Download | only in Core

Lines Matching full:cloc

1129   const PathDiagnosticLocation &CLoc = getContextLocation(NewLoc);
1135 if (TopContextLoc == CLoc) {
1148 if (containsLocation(TopContextLoc, CLoc)) {
1152 if (IsConsumedExpr(CLoc)) {
1153 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/true));
1158 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/IsPostJump));