Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1662 fileinfo_iterator fileinfo_end() const { return FileInfos.end(); } in fileinfo_end() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp2140 for (fileinfo_iterator I = fileinfo_begin(), E = fileinfo_end(); I != E; ++I){ in PrintStats()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3196 E = CGM.getContext().getSourceManager().fileinfo_end(); in createOffloadEntriesAndInfoMetadata()