Home
last modified time | relevance | path

Searched refs:fileinfo_begin (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSourceManager.h1722 fileinfo_iterator fileinfo_begin() const { return FileInfos.begin(); } in fileinfo_begin() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDSourceManager.cpp2176 for (fileinfo_iterator I = fileinfo_begin(), E = fileinfo_end(); I != E; ++I){ in PrintStats()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp2806 for (auto I = CGM.getContext().getSourceManager().fileinfo_begin(), in createOffloadEntriesAndInfoMetadata()