Searched defs:Start (Results 76 - 100 of 226) sorted by relevance

12345678910

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp280 SourceLocation Start; local
H A DFormatTokenLexer.cpp536 const char *Start = Macro->TokenText.data(); local
H A DWhitespaceManager.cpp234 AlignTokenSequence(unsigned Start, unsigned End, unsigned Column, F &&Matches, argument
692 void WhitespaceManager::alignTrailingComments(unsigned Start, unsigne argument
734 alignEscapedNewlines(unsigned Start, unsigned End, unsigned Column) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp392 SourceLocation Start = PeekTok.getLocation(); local
422 SourceLocation Start = PeekTok.getLocation(); local
452 SourceLocation Start = PeekTok.getLocation(); local
465 SourceLocation Start = PeekTok.getLocation(); local
H A DDependencyDirectivesSourceMinimizer.cpp302 static bool isQuoteCppDigitSeparator(const char *const Start, argument
334 const char *Start = First; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp223 RewriteBuffer::iterator Start = RB.begin(); local
308 bool Rewriter::RemoveText(SourceLocation Start, unsigned Length, argument
320 bool Rewriter::ReplaceText(SourceLocation Start, unsigned OrigLength, argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp119 int Start = R.getOffset() + Offset; local
89 violatesColumnLimit(llvm::StringRef Code, unsigned ColumnLimit, unsigned Start, unsigned End) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h142 uint8_t *Start, *Stop; member in struct:fuzzer::TracePC::Module::Region
148 uint8_t *Start() { return Regions[0].Start; } function in struct:fuzzer::TracePC::Module
168 struct { const PCTableEntry *Start, *Stop; } ModulePCTable[4096]; member in struct:fuzzer::TracePC::__anon3610
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h421 const T *Start = reinterpret_cast<const T *>(base() + Offset); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp196 void BranchRelaxation::adjustBlockOffsets(MachineBasicBlock &Start) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp344 const Info *Start = OptionInfos.data() + FirstSearchableIndex; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp251 const char *Start, *P, *End; member in class:llvm::json::__anon4858::Parser
H A DMemoryBuffer.cpp190 const char *Start = getStart(Len, Offset); local
H A DTimer.cpp118 TimeRecord TimeRecord::getCurrentTime(bool Start) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp288 MachineBasicBlock::iterator Start = MBB.begin(); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h127 bool containsDigits(const char *Start, const char *End) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp266 static void scanOneBB(Instruction *Start, Instruction *End, argument
293 static void scanInlinedCode(Instruction *Start, Instruction *End, argument
665 BasicBlock::iterator Start = IsBegin ? OrigBB->begin() : std::next(Before); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp92 const MCSymbolRefExpr *Start = MCSymbolRefExpr::create(StartLabel, local
/freebsd-12-stable/contrib/libstdc++/libsupc++/
H A Deh_personality.cc46 _Unwind_Ptr Start; member in struct:lsda_header_info
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp327 Archive::Child::Child(const Archive *Parent, const char *Start, Error *Err) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp352 RecordDecl::field_iterator Start = Field; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp807 SDiagsMerger::visitSourceRangeRecord(const serialized_diags::Location &Start, argument
831 SDiagsMerger::visitFixitRecord(const serialized_diags::Location &Start, argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp52 Replacement::Replacement(const SourceManager &Sources, SourceLocation Start, argument
75 const SourceLocation Start = local
139 std::pair<FileID, unsigned> Start = Sources.getDecomposedLoc(SpellingBegin); local
120 setFromSourceLocation(const SourceManager &Sources, SourceLocation Start, unsigned Length, StringRef ReplacementText) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp51 const char *Start = SM.getCharacterData(location(), &Invalid); local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp144 void ShadowBuilder::Start() { function in class:__cfi::ShadowBuilder

Completed in 302 milliseconds

12345678910