Searched refs:isNestedIn (Results 1 – 2 of 2) sorted by relevance
260 bool isNestedIn(SourceLocation Loc, FileID Parent) { in isNestedIn() function in __anon8c3eb65b0211::CoverageMappingBuilder497 while (StartFileID != EndFileID && !isNestedIn(End, StartFileID)) { in VisitDecl()794 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()811 if (!isNestedIn(Loc, ParentFile)) { in handleFileExit()838 while (isNestedIn(Loc, ParentFile)) { in handleFileExit()
2990 static bool isNestedIn(AST.Dsymbol sym, AST.Dsymbol par)3015 if (nested && !isNestedIn(par, adparent))