Home
last modified time | relevance | path

Searched defs:FileEnd (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/clang/lib/Rewrite/
H A DHTMLRewrite.cpp111 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 DCachePruning.cpp107 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 DCachePruning.cpp212 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 DCachePruning.cpp214 for (sys::fs::directory_iterator File(CachePathNative, EC), FileEnd; in pruneCache() local
/aosp_15_r20/external/llvm/lib/MC/
H A DMCCodeView.cpp129 *FileEnd = Ctx.createTempSymbol("filechecksums_end", false); in emitFileChecksums() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp376 const char* FileEnd = Buf->getBufferEnd(); in HandlePiece() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCCodeView.cpp200 *FileEnd = Ctx.createTempSymbol("filechecksums_end", false); in emitFileChecksums() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCCodeView.cpp201 *FileEnd = Ctx.createTempSymbol("filechecksums_end", false); in emitFileChecksums() local
/aosp_15_r20/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1249 for (llvm::sys::fs::directory_iterator File(Dir->path(), EC), FileEnd; in pruneModuleCache() local
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dast.go1047 FileStart, FileEnd token.Pos // start and end of entire file member