Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp267 const char *EndPos = CurLexer->BufferEnd; in getCurLexerEndPos() local
356 const char *EndPos = getCurLexerEndPos(); in HandleEndOfFile() local
486 const char *EndPos = getCurLexerEndPos(); in HandleEndOfFile() local
539 const char *EndPos = getCurLexerEndPos(); in HandleEndOfFile() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp173 char *EndPos; in getRequiredVectorWidth() local
223 char *EndPos; in performsCallback() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp170 unsigned EndPos; in RewriteMacrosInInput() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp49 auto EndPos = T.tellg(); in FileToVector() local
H A DFuzzerDriver.cpp569 auto EndPos = StartPos + Dict[i].size(); in AnalyzeDictionary() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp94 auto EndPos = Code.find("\n", End); in violatesColumnLimit() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1438 const char *EndPos = BufData.data() + FIDAndOffset.second; in getVisualIndentation() local
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1466 size_t EndPos = MangledName.find('@'); in demangleAnonymousNamespaceName() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1058 size_t EndPos = String.find('}', i); in tokenizeAsmString() local