Searched defs:Cursor (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp109 enum class SerializedDiagnosticReader::Cursor { class in class:SerializedDiagnosticReader
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h178 class Cursor { class in class:llvm::InterferenceCache
198 Cursor(const Cursor &O) { function in class:llvm::InterferenceCache::Cursor
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindLLDB.h111 struct Cursor { struct in class:lldb_private::UnwindLLDB
120 Cursor() function in struct:lldb_private::UnwindLLDB::Cursor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp67 static Expected<uint64_t> readAbbreviatedField(BitstreamCursor &Cursor, argument
/freebsd-13-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp320 outputXML(const Replacements &Replaces, const Replacements &FormatChanges, const FormattingAttemptStatus &Status, const cl::opt<unsigned> &Cursor, unsigned CursorPosition) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h54 class Cursor { class in class:llvm::DataExtractor
62 explicit Cursor(uint64_t Offset) : Offset(Offset), Err(Error::success()) {} function in class:llvm::DataExtractor::Cursor
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h343 explicit SavedStreamPosition(llvm::BitstreamCursor &Cursor) argument
354 llvm::BitstreamCursor &Cursor; member in struct:clang::SavedStreamPosition
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp32 class Cursor { class in namespace:__anon3496
37 Cursor(NoneType) {} function in class:__anon3496::Cursor
39 explicit Cursor(StringRef Str) { function in class:__anon3496::Cursor
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp414 Instruction *Cursor = nullptr; local
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dpump.py87 class Cursor: class in inherits:
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Ded.h125 EXTERN Char *LastChar, *Cursor; /* point to the next open space */ variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2054 FindCursorIndex(const SmallVectorImpl<IncludeDirective> &Includes, const SmallVectorImpl<unsigned> &Indices, unsigned Cursor) argument
2103 sortCppIncludes(const FormatStyle &Style, const SmallVectorImpl<IncludeDirective> &Includes, ArrayRef<tooling::Range> Ranges, StringRef FileName, StringRef Code, tooling::Replacements &Replaces, unsigned *Cursor) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp128 GlobalModuleIndex( std::unique_ptr<llvm::MemoryBuffer> IndexBuffer, llvm::BitstreamCursor Cursor) argument
H A DASTReaderStmt.cpp101 ASTStmtReader(ASTRecordReader &Record, llvm::BitstreamCursor &Cursor) argument
2725 llvm::BitstreamCursor &Cursor = F.DeclsCursor; local
H A DASTReader.cpp1141 ReadLexicalDeclContextStorage(ModuleFile &M, BitstreamCursor &Cursor, uint64_t Offset, DeclContext *DC) argument
1191 ReadVisibleDeclContextStorage(ModuleFile &M, BitstreamCursor &Cursor, uint64_t Offset, DeclID ID) argument
1624 ReadBlockAbbrevs(BitstreamCursor &Cursor, unsigned BlockID, uint64_t *StartOfBlockOffset) argument
1950 BitstreamCursor Cursor = MacroCursor; local
2097 BitstreamCursor &Cursor = M.MacroCursor; local
2220 BitstreamCursor &Cursor = F.InputFilesCursor; local
4154 SkipCursorToBlock(BitstreamCursor &Cursor, unsigned BlockID) argument
5284 BitstreamCursor &Cursor = InputFilesCursor; local
[all...]
H A DASTReaderDecl.cpp4144 llvm::BitstreamCursor &Cursor = F->DeclsCursor; local
4226 llvm::BitstreamCursor &Cursor = M->DeclsCursor; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp704 parseULEB128(DWARFDataExtractor &Data, DataExtractor::Cursor &Cursor) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp208 size_t Cursor = 0; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5462 ModuleSummaryIndexBitcodeReader( BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex, StringRef ModulePath, unsigned ModuleId) argument

Completed in 312 milliseconds