Searched defs:FileEnd (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/clang/lib/Rewrite/ |
H A D | HTMLRewrite.cpp | 111 const char* FileEnd = Buf->getBufferEnd(); in EscapeText() local 230 const char* FileEnd = Buf->getBufferEnd(); in AddLineNumbers() local 275 const char* FileEnd = Buf->getBufferEnd(); in AddHeaderFooterInternalBuiltinCSS() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | CachePruning.cpp | 107 for (sys::fs::directory_iterator File(CachePathNative, EC), FileEnd; in prune() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | CachePruning.cpp | 212 for (sys::fs::directory_iterator File(CachePathNative, EC), FileEnd; in pruneCache() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | CachePruning.cpp | 214 for (sys::fs::directory_iterator File(CachePathNative, EC), FileEnd; in pruneCache() local
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 129 *FileEnd = Ctx.createTempSymbol("filechecksums_end", false); in emitFileChecksums() local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 376 const char* FileEnd = Buf->getBufferEnd(); in HandlePiece() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 200 *FileEnd = Ctx.createTempSymbol("filechecksums_end", false); in emitFileChecksums() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 201 *FileEnd = Ctx.createTempSymbol("filechecksums_end", false); in emitFileChecksums() local
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 1249 for (llvm::sys::fs::directory_iterator File(Dir->path(), EC), FileEnd; in pruneModuleCache() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/ |
D | ast.go | 1047 FileStart, FileEnd token.Pos // start and end of entire file member
|