Home
last modified time | relevance | path

Searched defs:EndPos (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp120 size_t EndPos = Line.find("}}}", BeginPos + 3); in parseElement() local
181 size_t EndPos = Line.find("}}}", BeginTagPos); in parseMultiLineBegin() local
198 size_t EndPos = Line.find("}}}"); in parseMultiLineEnd() local
/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPLexerChange.cpp268 const char *EndPos = CurLexer->BufferEnd; in getCurLexerEndPos() local
347 const char *EndPos = getCurLexerEndPos(); in HandleEndOfFile() local
478 const char *EndPos = getCurLexerEndPos(); in HandleEndOfFile() local
532 const char *EndPos = getCurLexerEndPos(); in HandleEndOfFile() local
/openbsd/gnu/llvm/clang/lib/Basic/
H A DBuiltins.cpp170 char *EndPos; in getRequiredVectorWidth() local
220 char *EndPos; in performsCallback() local
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp170 unsigned EndPos; in RewriteMacrosInInput() local
/openbsd/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptToken.cpp226 auto EndPos = Data.find("*/", Pos); in consumeToken() local
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp49 auto EndPos = T.tellg(); in FileToVector() local
H A DFuzzerDriver.cpp566 auto EndPos = StartPos + Dict[i].size(); in AnalyzeDictionary() local
/openbsd/gnu/llvm/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp94 auto EndPos = Code.find("\n", End); in violatesColumnLimit() local
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp905 const std::vector<ValidReloc> &Relocs, uint64_t StartPos, uint64_t EndPos) { in getRelocations()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1376 const char *EndPos = BufData.data() + FIDAndOffset.second; in getVisualIndentation() local
/openbsd/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1412 size_t EndPos = MangledName.find('@'); in demangleAnonymousNamespaceName() local
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1042 size_t EndPos = String.find('}', i); in tokenizeAsmString() local