Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Dparse.c340 CurFile(void) in CurFile() function
348 return CurFile()->condMinDepth; in CurFile_CondMinDepth()
451 IncludedFile *curFile = CurFile(); in RememberLocation()
493 IncludedFile *curFile = CurFile(); in PrintLocation()
2212 name = CurFile()->name.str; in Parse_PushInput()
2358 IncludedFile *curFile = CurFile(); in ParseEOF()
2393 curFile = CurFile(); in ParseEOF()
2567 IncludedFile *curFile = CurFile(); in ReadLowLevelLine()
2646 forHeadLineno = CurFile()->lineno; in ParseForLoop()
2780 IncludedFile *curFile = CurFile(); in HandleBreak()
[all …]
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dinclude-sub.inc27 # *CurFile()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1623 const FileEntry *CurFile = nullptr; in ExpandBuiltinMacro() local
1625 CurFile = SourceMgr.getFileEntryForID(TheLexer->getFileID()); in ExpandBuiltinMacro()
1626 if (CurFile) { in ExpandBuiltinMacro()
1627 time_t TT = CurFile->getModificationTime(); in ExpandBuiltinMacro()
H A DPragma.cpp551 OptionalFileEntryRef CurFile = getCurrentFileLexer()->getFileEntry(); in HandlePragmaDependency() local
554 if (CurFile && CurFile->getModificationTime() < File->getModificationTime()) { in HandlePragmaDependency()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5801 if (OptionalFileEntryRef CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock() local
5805 CurFile != F.File) { in ReadSubmoduleBlock()
5809 << CurrentModule->getTopLevelModuleName() << CurFile->getName() in ReadSubmoduleBlock()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp10186 if (auto CurFile = PP.getCurrentFileLexer()->getFileEntry()) in CodeCompleteIncludedFile() local
10187 AddFilesFromIncludeDir(CurFile->getDir().getName(), false, in CodeCompleteIncludedFile()