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()
453 IncludedFile *curFile = CurFile(); in RememberLocation()
495 IncludedFile *curFile = CurFile(); in PrintLocation()
1176 incdir = bmake_strdup(CurFile()->name.str); in FindInDirOfIncludingFile()
2159 name = CurFile()->name.str; in Parse_PushInput()
2300 IncludedFile *curFile = CurFile(); in ParseEOF()
2341 curFile = CurFile(); in ParseEOF()
2515 IncludedFile *curFile = CurFile(); in ReadLowLevelLine()
2580 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.cpp1760 const FileEntry *CurFile = nullptr; in ExpandBuiltinMacro() local
1762 CurFile = SourceMgr.getFileEntryForID(TheLexer->getFileID()); in ExpandBuiltinMacro()
1763 if (CurFile) { in ExpandBuiltinMacro()
1764 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/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5807 if (OptionalFileEntryRef CurFile = CurrentModule->getASTFile()) { in ReadSubmoduleBlock() local
5811 CurFile != F.File) { in ReadSubmoduleBlock()
5815 << CurrentModule->getTopLevelModuleName() << CurFile->getName() in ReadSubmoduleBlock()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp10287 if (auto CurFile = SemaRef.PP.getCurrentFileLexer()->getFileEntry()) in CodeCompleteIncludedFile() local
10288 AddFilesFromIncludeDir(CurFile->getDir().getName(), false, in CodeCompleteIncludedFile()