Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp515 FileID ParentFile = SM.getFileID(LCA); in handleFileExit() local
516 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()
524 ParentFile = SM.getFileID(LCA); in handleFileExit()
533 if (!isNestedIn(Loc, ParentFile)) { in handleFileExit()
538 while (!SM.isInFileID(Loc, ParentFile)) { in handleFileExit()
555 while (isNestedIn(Loc, ParentFile)) { in handleFileExit()