Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp474 FileID ParentFile = SM.getFileID(LCA); in handleFileExit() local
475 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()
483 ParentFile = SM.getFileID(LCA); in handleFileExit()
492 if (!isNestedIn(Loc, ParentFile)) { in handleFileExit()
497 while (!SM.isInFileID(Loc, ParentFile)) { in handleFileExit()
514 while (isNestedIn(Loc, ParentFile)) { in handleFileExit()