Searched defs:FileEnd (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptParser.h | 51 LocIter ErrorLoc, FileEnd; variable
|
/llvm-project/clang/unittests/libclang/ |
H A D | TestUtils.h | 62 for (auto FileI = path::begin(Filename), FileEnd = path::end(Filename); in WriteFile() local
|
H A D | LibclangTest.cpp | 446 for (fs::directory_iterator File(PreambleDir, EC), FileEnd; in CountPreamblesInPreambleDir() local
|
/llvm-project/clang/lib/Rewrite/ |
H A D | HTMLRewrite.cpp | 140 const char* FileEnd = Buf.getBufferEnd(); EscapeText() local 259 const char* FileEnd = Buf.getBufferEnd(); AddLineNumbers() local 307 const char* FileEnd = Buf.getBufferEnd(); AddHeaderFooterInternalBuiltinCSS() local [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | CachePruning.cpp | 214 for (sys::fs::directory_iterator File(CachePathNative, EC), FileEnd; in pruneCache() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | AMDGPU.cpp | 50 FileEnd; in findSPACKPackage() local 293 FileEnd; in getInstallationPathCandidates() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 198 *FileEnd = Ctx.createTempSymbol("filechecksums_end", false); emitFileChecksums() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 916 const char *FileEnd = Buf.getBufferEnd(); HandlePiece() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 1671 for (llvm::sys::fs::directory_iterator File(Dir->path(), EC), FileEnd; pruneModuleCache() local
|
/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 1592 for (fs::directory_iterator File(CrashDiagDir, EC), FileEnd; getCrashDiagnosticFile() local
|