HomeSort by: relevance | last modified time | path
    Searched refs:ParentFile (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
cvparser.c 77 char *ParentFile);
551 * ParentFile - contains the filename of the parent file.
563 char *ParentFile)
570 Parent = CvFilenameExists (ParentFile, AcpiGbl_FileTreeRoot);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 793 FileID ParentFile = SM.getFileID(LCA);
794 while (!isNestedIn(MostRecentLocation, ParentFile)) {
802 ParentFile = SM.getFileID(LCA);
811 if (!isNestedIn(Loc, ParentFile)) {
816 while (!SM.isInFileID(Loc, ParentFile)) {
838 while (isNestedIn(Loc, ParentFile)) {

Completed in 55 milliseconds