/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Markup.cpp | 120 if (EndPos == StringRef::npos) in parseElement() local 181 if (EndPos != StringRef::npos) in parseMultiLineBegin() local 198 if (EndPos == StringRef::npos) in parseMultiLineEnd() local [all...] |
/llvm-project/clang/lib/Lex/ |
H A D | PPLexerChange.cpp | 267 if (EndPos != CurLexer->BufferStart && in getCurLexerEndPos() local 356 const char *EndPos = getCurLexerEndPos(); HandleEndOfFile() local 486 const char *EndPos = getCurLexerEndPos(); HandleEndOfFile() local 539 const char *EndPos = getCurLexerEndPos(); HandleEndOfFile() local [all...] |
/llvm-project/clang/lib/Basic/ |
H A D | Builtins.cpp | 170 char *EndPos; getRequiredVectorWidth() local 220 char *EndPos; performsCallback() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteMacros.cpp | 170 unsigned EndPos; RewriteMacrosInInput() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | NoLintDirectiveHandler.cpp | 177 size_t EndPos; member in clang::tidy::__anon3c781a620211::NoLintBlockToken 278 size_t EndPos = std::min(Buffer.find('\n', From), Buffer.size()); in getLineStartAndEnd() local
|
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptToken.cpp | 226 auto EndPos = Data.find("*/", Pos); in consumeToken() local
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerIO.cpp | 49 auto EndPos = T.tellg(); in FileToVector() local
|
H A D | FuzzerDriver.cpp | 569 auto EndPos = StartPos + Dict[i].size(); in AnalyzeDictionary() local
|
/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 94 auto EndPos = Code.find("\n", End); in violatesColumnLimit() local
|
/llvm-project/clang-tools-extra/clangd/tool/ |
H A D | Check.cpp | 443 Position EndPos = offsetToPosition(Inputs.Contents, End); testLocationFeatures() local
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 1002 const std::vector<ValidReloc> &Relocs, uint64_t StartPos, uint64_t EndPos) { in getRelocations()
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1435 const char *EndPos = BufData.data() + FIDAndOffset.second; getVisualIndentation() local
|
/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 1465 size_t EndPos = MangledName.find('@'); demangleAnonymousNamespaceName() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | AsmMatcherEmitter.cpp | 1058 size_t EndPos = String.find('}', i); tokenizeAsmString() local
|