Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dcvparser.c77 char *ParentFile);
563 char *ParentFile) in CvSetFileParent() argument
570 Parent = CvFilenameExists (ParentFile, AcpiGbl_FileTreeRoot); in CvSetFileParent()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp793 FileID ParentFile = SM.getFileID(LCA); in handleFileExit() local
794 while (!isNestedIn(MostRecentLocation, ParentFile)) { in handleFileExit()
802 ParentFile = SM.getFileID(LCA); in handleFileExit()
811 if (!isNestedIn(Loc, ParentFile)) { in handleFileExit()
816 while (!SM.isInFileID(Loc, ParentFile)) { in handleFileExit()
838 while (isNestedIn(Loc, ParentFile)) { in handleFileExit()