Home
last modified time | relevance | path

Searched refs:isNestedIn (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp260 bool isNestedIn(SourceLocation Loc, FileID Parent) { in isNestedIn() function in __anon8c3eb65b0211::CoverageMappingBuilder
497 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtoh.d2990 static bool isNestedIn(AST.Dsymbol sym, AST.Dsymbol par)
3015 if (nested && !isNestedIn(par, adparent))