Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp134 bool isNestedIn(SourceLocation Loc, FileID Parent) { in isNestedIn() function in __anon1aa876fb0111::CoverageMappingBuilder
332 while (StartFileID != EndFileID && !isNestedIn(End, StartFileID)) { in VisitDecl()
516 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()
533 if (!isNestedIn(Loc, ParentFile)) { in handleFileExit()
555 while (isNestedIn(Loc, ParentFile)) { in handleFileExit()
/external/v8/tools/
Dparse-processor.js246 while (parent !== null && !fn.isNestedIn(parent)) {
670 isNestedIn(funktion) { method in Funktion