Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dparse.c340 CurFile(void) in CurFile() function
348 return CurFile()->condMinDepth; in CurFile_CondMinDepth()
509 IncludedFile *curFile = CurFile(); in RememberLocation()
551 IncludedFile *curFile = CurFile(); in PrintLocation()
1232 incdir = bmake_strdup(CurFile()->name.str); in FindInDirOfIncludingFile()
2175 name = CurFile()->name.str; in Parse_PushInput()
2316 IncludedFile *curFile = CurFile(); in ParseEOF()
2357 curFile = CurFile(); in ParseEOF()
2531 IncludedFile *curFile = CurFile(); in ReadLowLevelLine()
2596 forHeadLineno = CurFile()->lineno; in ParseForLoop()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dinclude-sub.inc27 # *CurFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp420 for (std::unique_ptr<DWARFFile> &CurFile : ObjectsForLinking) { in linkDebugInfoImpl()
426 for (SectionName Sec : CurFile->Dwarf->getDWARFObj().getSectionNames()) { in linkDebugInfoImpl()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1712 const FileEntry *CurFile = nullptr; in ExpandBuiltinMacro() local
1714 CurFile = SourceMgr.getFileEntryForID(TheLexer->getFileID()); in ExpandBuiltinMacro()
1715 if (CurFile) { in ExpandBuiltinMacro()
1716 time_t TT = CurFile->getModificationTime(); in ExpandBuiltinMacro()
H A DPragma.cpp547 OptionalFileEntryRef CurFile = getCurrentFileLexer()->getFileEntry(); in HandlePragmaDependency() local
550 if (CurFile && CurFile->getModificationTime() < File->getModificationTime()) { in HandlePragmaDependency()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6127 if (OptionalFileEntryRef CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock() local
6131 assert(CurFile != F.File && "ModuleManager did not de-duplicate"); in ReadSubmoduleBlock()
6134 << CurrentModule->getTopLevelModuleName() << CurFile->getName() in ReadSubmoduleBlock()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp10435 if (auto CurFile = SemaRef.PP.getCurrentFileLexer()->getFileEntry()) in CodeCompleteIncludedFile() local
10436 AddFilesFromIncludeDir(CurFile->getDir().getName(), false, in CodeCompleteIncludedFile()